Html Css Color HEX #B0C312 Rio Grande

📋 copy color: '#B0C312'

red 176 ◦ green 195 ◦ blue 18

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

Shades of Rio Grande #B0C312

Tints of Rio Grande #B0C312

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.13%

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

R = 45.24%
G = 50.13%
B = 4.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#B0C312 (or 0xB0C312) is known color: Rio Grande. HEX triplet: B0, C3 and 12. RGB value is (176,195,18). Sum of RGB (Red+Green+Blue) = 176+195+18=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C312 is #4F3CED. Grayscale: #A9A9A9. Windows color (decimal): -5192942 or 1229744. OLE color: 1229744.

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

Color convert

RGB 176 195 18 -
CMYK 0.10 0 0.91 0.24
HSL 66.44º 0.83% 0.42% -
HSV(B) 66.44º 0.91% 0.76% -
XYZ 37.53 48.3 7.92 -
YUV 169.14 42.71 132.89 -
System Red Green Blue C M Y K H S L
Decimal 176 195 18 0.10 0 0.91 0.24 66.44 0.83 0.42
Hex B0 C3 12 A 0 5B 18 42 53 2A
Octal 260 303 22 12 0 133 30 102 123 52
Binary 10110000 11000011 10010 1010 0 1011011 11000 1000010 1010011 101010

Color Harmonies of #B0C312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C312

Black with #B0C312

Text Example


Text Example

White with #B0C312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C312; }

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

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

background-color css

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

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

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

border-color css

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

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

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