Html Css Color HEX #B0C612 Rio Grande

📋 copy color: '#B0C612'

red 176 ◦ green 198 ◦ blue 18

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

Shades of Rio Grande #B0C612

Tints of Rio Grande #B0C612

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.51%

 BLUE value IS 18 (7.42% from 255) = 4.59%

R = 44.9%
G = 50.51%
B = 4.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#B0C612 (or 0xB0C612) is known color: Rio Grande. HEX triplet: B0, C6 and 12. RGB value is (176,198,18). Sum of RGB (Red+Green+Blue) = 176+198+18=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C612 is #4F39ED. Grayscale: #ABABAB. Windows color (decimal): -5192174 or 1230512. OLE color: 1230512.

HSL color Cylindrical-coordinate representation of color #B0C612: hue angle of 67.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0C612 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 198 18 -
CMYK 0.11 0 0.91 0.22
HSL 67.33º 0.83% 0.42% -
HSV(B) 67.33º 0.91% 0.78% -
XYZ 38.21 49.66 8.14 -
YUV 170.9 41.71 131.64 -
System Red Green Blue C M Y K H S L
Decimal 176 198 18 0.11 0 0.91 0.22 67.33 0.83 0.42
Hex B0 C6 12 B 0 5B 16 43 53 2A
Octal 260 306 22 13 0 133 26 103 123 52
Binary 10110000 11000110 10010 1011 0 1011011 10110 1000011 1010011 101010

Color Harmonies of #B0C612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C612

Black with #B0C612

Text Example


Text Example

White with #B0C612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C612; }

 p { color: rgb(176,198,18); }

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

background-color css

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

 a { background-color: rgb(176,198,18); }

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

border-color css

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

 span { border-color: rgb(176,198,18); }

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