Html Css Color HEX #B0C014 Rio Grande

📋 copy color: '#B0C014'

red 176 ◦ green 192 ◦ blue 20

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

Shades of Rio Grande #B0C014

Tints of Rio Grande #B0C014

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.48%

 BLUE value IS 20 (8.2% from 255) = 5.15%

R = 45.36%
G = 49.48%
B = 5.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#B0C014 (or 0xB0C014) is known color: Rio Grande. HEX triplet: B0, C0 and 14. RGB value is (176,192,20). Sum of RGB (Red+Green+Blue) = 176+192+20=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C014 is #4F3FEB. Grayscale: #A8A8A8. Windows color (decimal): -5193708 or 1360048. OLE color: 1360048.

HSL color Cylindrical-coordinate representation of color #B0C014: hue angle of 65.58º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0C014 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 192 20 -
CMYK 0.08 0 0.90 0.25
HSL 65.58º 0.81% 0.42% -
HSV(B) 65.58º 0.9% 0.75% -
XYZ 36.88 46.98 7.79 -
YUV 167.61 44.7 133.99 -
System Red Green Blue C M Y K H S L
Decimal 176 192 20 0.08 0 0.90 0.25 65.58 0.81 0.42
Hex B0 C0 14 8 0 5A 19 42 51 2A
Octal 260 300 24 10 0 132 31 102 121 52
Binary 10110000 11000000 10100 1000 0 1011010 11001 1000010 1010001 101010

Color Harmonies of #B0C014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C014

Black with #B0C014

Text Example


Text Example

White with #B0C014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C014; }

 p { color: rgb(176,192,20); }

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

background-color css

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

 a { background-color: rgb(176,192,20); }

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

border-color css

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

 span { border-color: rgb(176,192,20); }

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