Html Css Color HEX #B5CB11 Rio Grande

📋 copy color: '#B5CB11'

red 181 ◦ green 203 ◦ blue 17

#B5CB11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #B5CB11

Tints of Rio Grande #B5CB11

RGB

 RED value IS 181 (71.09% from 255) = 45.14%

 GREEN value IS 203 (79.69% from 255) = 50.62%

 BLUE value IS 17 (7.03% from 255) = 4.24%

R = 45.14%
G = 50.62%
B = 4.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#B5CB11 (or 0xB5CB11) is known color: Rio Grande. HEX triplet: B5, CB and 11. RGB value is (181,203,17). Sum of RGB (Red+Green+Blue) = 181+203+17=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CB11 is #4A34EE. Grayscale: #AFAFAF. Windows color (decimal): -4863215 or 1166261. OLE color: 1166261.

HSL color Cylindrical-coordinate representation of color #B5CB11: hue angle of 67.1º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5CB11 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 203 17 -
CMYK 0.11 0 0.92 0.20
HSL 67.1º 0.85% 0.43% -
HSV(B) 67.1º 0.92% 0.8% -
XYZ 40.51 52.58 8.54 -
YUV 175.22 38.71 132.12 -
System Red Green Blue C M Y K H S L
Decimal 181 203 17 0.11 0 0.92 0.20 67.1 0.85 0.43
Hex B5 CB 11 B 0 5C 14 43 55 2B
Octal 265 313 21 13 0 134 24 103 125 53
Binary 10110101 11001011 10001 1011 0 1011100 10100 1000011 1010101 101011

Color Harmonies of #B5CB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CB11

Black with #B5CB11

Text Example


Text Example

White with #B5CB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CB11; }

 p { color: rgb(181,203,17); }

 H1.HeaderClassName
 {
   color: #B5CB11;
 }
 .AnyTagClassName
 {
   color: #B5CB11;
 }
</style>

background-color css

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

 a { background-color: rgb(181,203,17); }

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

border-color css

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

 span { border-color: rgb(181,203,17); }

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