Html Css Color HEX #B1C411 Rio Grande

📋 copy color: '#B1C411'

red 177 ◦ green 196 ◦ blue 17

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

Shades of Rio Grande #B1C411

Tints of Rio Grande #B1C411

RGB

 RED value IS 177 (69.53% from 255) = 45.38%

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

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

R = 45.38%
G = 50.26%
B = 4.36%

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

#B1C411 (or 0xB1C411) is known color: Rio Grande. HEX triplet: B1, C4 and 11. RGB value is (177,196,17). Sum of RGB (Red+Green+Blue) = 177+196+17=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C411 is #4E3BEE. Grayscale: #AAAAAA. Windows color (decimal): -5127151 or 1164465. OLE color: 1164465.

HSL color Cylindrical-coordinate representation of color #B1C411: hue angle of 66.37º 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 #B1C411 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 177 196 17 -
CMYK 0.10 0 0.91 0.23
HSL 66.37º 0.84% 0.42% -
HSV(B) 66.37º 0.91% 0.77% -
XYZ 37.97 48.87 7.96 -
YUV 169.91 41.71 133.05 -
System Red Green Blue C M Y K H S L
Decimal 177 196 17 0.10 0 0.91 0.23 66.37 0.84 0.42
Hex B1 C4 11 A 0 5B 17 42 54 2A
Octal 261 304 21 12 0 133 27 102 124 52
Binary 10110001 11000100 10001 1010 0 1011011 10111 1000010 1010100 101010

Color Harmonies of #B1C411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C411

Black with #B1C411

Text Example


Text Example

White with #B1C411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C411; }

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

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

background-color css

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

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

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

border-color css

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

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

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