Html Css Color HEX #B0C413 Rio Grande

📋 copy color: '#B0C413'

red 176 ◦ green 196 ◦ blue 19

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

Shades of Rio Grande #B0C413

Tints of Rio Grande #B0C413

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.13%

 BLUE value IS 19 (7.81% from 255) = 4.86%

R = 45.01%
G = 50.13%
B = 4.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#B0C413 (or 0xB0C413) is known color: Rio Grande. HEX triplet: B0, C4 and 13. RGB value is (176,196,19). Sum of RGB (Red+Green+Blue) = 176+196+19=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C413 is #4F3BEC. Grayscale: #AAAAAA. Windows color (decimal): -5192685 or 1295536. OLE color: 1295536.

HSL color Cylindrical-coordinate representation of color #B0C413: hue angle of 66.78º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0C413 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 196 19 -
CMYK 0.10 0 0.90 0.23
HSL 66.78º 0.82% 0.42% -
HSV(B) 66.78º 0.9% 0.77% -
XYZ 37.76 48.76 8.04 -
YUV 169.84 42.87 132.39 -
System Red Green Blue C M Y K H S L
Decimal 176 196 19 0.10 0 0.90 0.23 66.78 0.82 0.42
Hex B0 C4 13 A 0 5A 17 43 52 2A
Octal 260 304 23 12 0 132 27 103 122 52
Binary 10110000 11000100 10011 1010 0 1011010 10111 1000011 1010010 101010

Color Harmonies of #B0C413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C413

Black with #B0C413

Text Example


Text Example

White with #B0C413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C413; }

 p { color: rgb(176,196,19); }

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

background-color css

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

 a { background-color: rgb(176,196,19); }

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

border-color css

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

 span { border-color: rgb(176,196,19); }

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