Html Css Color HEX #B0C411 Rio Grande

📋 copy color: '#B0C411'

red 176 ◦ green 196 ◦ blue 17

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

Shades of Rio Grande #B0C411

Tints of Rio Grande #B0C411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.37%

R = 45.24%
G = 50.39%
B = 4.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#B0C411 (or 0xB0C411) is known color: Rio Grande. HEX triplet: B0, C4 and 11. RGB value is (176,196,17). Sum of RGB (Red+Green+Blue) = 176+196+17=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C411 is #4F3BEE. Grayscale: #AAAAAA. Windows color (decimal): -5192687 or 1164464. OLE color: 1164464.

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

Color convert

RGB 176 196 17 -
CMYK 0.10 0 0.91 0.23
HSL 66.7º 0.84% 0.42% -
HSV(B) 66.7º 0.91% 0.77% -
XYZ 37.75 48.75 7.95 -
YUV 169.61 41.87 132.55 -
System Red Green Blue C M Y K H S L
Decimal 176 196 17 0.10 0 0.91 0.23 66.7 0.84 0.42
Hex B0 C4 11 A 0 5B 17 43 54 2A
Octal 260 304 21 12 0 133 27 103 124 52
Binary 10110000 11000100 10001 1010 0 1011011 10111 1000011 1010100 101010

Color Harmonies of #B0C411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C411

Black with #B0C411

Text Example


Text Example

White with #B0C411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C411; }

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

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

background-color css

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

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

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

border-color css

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

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

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