Html Css Color HEX #B0CB18 Rio Grande

📋 copy color: '#B0CB18'

red 176 ◦ green 203 ◦ blue 24

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

Shades of Rio Grande #B0CB18

Tints of Rio Grande #B0CB18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.96%

R = 43.67%
G = 50.37%
B = 5.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#B0CB18 (or 0xB0CB18) is known color: Rio Grande. HEX triplet: B0, CB and 18. RGB value is (176,203,24). Sum of RGB (Red+Green+Blue) = 176+203+24=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 24 (9.77% from 255 or 5.96% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CB18 is #4F34E7. Grayscale: #AFAFAF. Windows color (decimal): -5190888 or 1625008. OLE color: 1625008.

HSL color Cylindrical-coordinate representation of color #B0CB18: hue angle of 69.05º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0CB18 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 203 24 -
CMYK 0.13 0 0.88 0.20
HSL 69.05º 0.79% 0.45% -
HSV(B) 69.05º 0.88% 0.8% -
XYZ 39.43 52.01 8.82 -
YUV 174.52 43.05 129.05 -
System Red Green Blue C M Y K H S L
Decimal 176 203 24 0.13 0 0.88 0.20 69.05 0.79 0.45
Hex B0 CB 18 D 0 58 14 45 4F 2D
Octal 260 313 30 15 0 130 24 105 117 55
Binary 10110000 11001011 11000 1101 0 1011000 10100 1000101 1001111 101101

Color Harmonies of #B0CB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CB18

Black with #B0CB18

Text Example


Text Example

White with #B0CB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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