#B3D21A

Color #B3D21A Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B3D21A

Tints of Rio Grande #B3D21A

Color information

#B3D21A (or 0xB3D21A) is unknown color: approx Rio Grande. HEX triplet: B3, D2 and 1A. RGB value is (179,210,26). Sum of RGB (Red+Green+Blue) = 179+210+26=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 210 (82.42% from 255 or 50.60% from 415); Blue value is 26 (10.55% from 255 or 6.27% from 415); Max value from RGB is 210 - color contains mainly: green. Hex color #B3D21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3D21A is #4C2DE5. Grayscale: #B4B4B4. Windows color (decimal): -4992486 or 1757875. OLE color: 1757875.

HSL color Cylindrical-coordinate representation of color #B3D21A: hue angle of 70.11º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B3D21A is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB17921026-
CMYK0.1500.880.18
HSL70.11º77.97%46.27%-
HSV(B)70.11º87.62%82.35%-
XYZ41.8255.759.53-
YUV179.7641.23127.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 210 (82.42% from 255) = 50.60%
BLUE value IS 26 (10.55% from 255) = 6.27%
R=43.13%
G=50.60%
B=6.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal179210260.1500.880.1870.1177.9746.27
HexB3D21AF05812464e2e
Octal263322321701302210611656
Binary1011001111010010110101111010110001001010001101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D21A; }

 p { color: rgb(179,210,26); }

 H1.HeaderClassName
 {
   color: #B3D21A;
 }
 .AnyTagClassName
 {
   color: #B3D21A;
 }
</style>
background-color css

<style>
 a { background-color: #B3D21A; }

 a { background-color: rgb(179,210,26); }

 div.DivClassName
 {
   background-color: #B3D21A;
 }
 .BgClassName
 {
   background-color: #B3D21A;
 }
</style>
border-color css

<style>
 span { border-color: #B3D21A; }

 span { border-color: rgb(179,210,26); }

 td.TdClassName
 {
   border-color: #B3D21A;
 }
 .TagClassName
 {
   border-color: #B3D21A;
 }
</style>