Html Css Color HEX #B0CB11 Rio Grande

📋 copy color: '#B0CB11'

red 176 ◦ green 203 ◦ blue 17

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

Shades of Rio Grande #B0CB11

Tints of Rio Grande #B0CB11

RGB

 RED value IS 176 (69.14% from 255) = 44.44%

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

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

R = 44.44%
G = 51.26%
B = 4.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#B0CB11 (or 0xB0CB11) is known color: Rio Grande. HEX triplet: B0, CB and 11. RGB value is (176,203,17). Sum of RGB (Red+Green+Blue) = 176+203+17=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CB11 is #4F34EE. Grayscale: #AEAEAE. Windows color (decimal): -5190895 or 1166256. OLE color: 1166256.

HSL color Cylindrical-coordinate representation of color #B0CB11: hue angle of 68.71º 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 #B0CB11 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 203 17 -
CMYK 0.13 0 0.92 0.20
HSL 68.71º 0.85% 0.43% -
HSV(B) 68.71º 0.92% 0.8% -
XYZ 39.36 51.98 8.49 -
YUV 173.72 39.55 129.62 -
System Red Green Blue C M Y K H S L
Decimal 176 203 17 0.13 0 0.92 0.20 68.71 0.85 0.43
Hex B0 CB 11 D 0 5C 14 45 55 2B
Octal 260 313 21 15 0 134 24 105 125 53
Binary 10110000 11001011 10001 1101 0 1011100 10100 1000101 1010101 101011

Color Harmonies of #B0CB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CB11

Black with #B0CB11

Text Example


Text Example

White with #B0CB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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