Html Css Color HEX #B0C718 Rio Grande

📋 copy color: '#B0C718'

red 176 ◦ green 199 ◦ blue 24

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

Shades of Rio Grande #B0C718

Tints of Rio Grande #B0C718

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.87%

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

R = 44.11%
G = 49.87%
B = 6.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#B0C718 (or 0xB0C718) is known color: Rio Grande. HEX triplet: B0, C7 and 18. RGB value is (176,199,24). Sum of RGB (Red+Green+Blue) = 176+199+24=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 199 (78.12% from 255 or 49.87% from 399); Blue value is 24 (9.77% from 255 or 6.02% from 399); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C718 is #4F38E7. Grayscale: #ACACAC. Windows color (decimal): -5191912 or 1623984. OLE color: 1623984.

HSL color Cylindrical-coordinate representation of color #B0C718: hue angle of 67.89º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0C718 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 199 24 -
CMYK 0.12 0 0.88 0.22
HSL 67.89º 0.78% 0.44% -
HSV(B) 67.89º 0.88% 0.78% -
XYZ 38.49 50.14 8.51 -
YUV 172.17 44.38 130.73 -
System Red Green Blue C M Y K H S L
Decimal 176 199 24 0.12 0 0.88 0.22 67.89 0.78 0.44
Hex B0 C7 18 C 0 58 16 44 4E 2C
Octal 260 307 30 14 0 130 26 104 116 54
Binary 10110000 11000111 11000 1100 0 1011000 10110 1000100 1001110 101100

Color Harmonies of #B0C718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C718

Black with #B0C718

Text Example


Text Example

White with #B0C718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C718; }

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

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

background-color css

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

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

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

border-color css

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

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

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