Html Css Color HEX #B1C414 Rio Grande

📋 copy color: '#B1C414'

red 177 ◦ green 196 ◦ blue 20

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

Shades of Rio Grande #B1C414

Tints of Rio Grande #B1C414

RGB

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

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

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

R = 45.04%
G = 49.87%
B = 5.09%

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

#B1C414 (or 0xB1C414) is known color: Rio Grande. HEX triplet: B1, C4 and 14. RGB value is (177,196,20). Sum of RGB (Red+Green+Blue) = 177+196+20=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 196 (76.95% from 255 or 49.87% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C414 is #4E3BEB. Grayscale: #AAAAAA. Windows color (decimal): -5127148 or 1361073. OLE color: 1361073.

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

Color convert

RGB 177 196 20 -
CMYK 0.10 0 0.90 0.23
HSL 66.48º 0.81% 0.42% -
HSV(B) 66.48º 0.9% 0.77% -
XYZ 38 48.88 8.09 -
YUV 170.26 43.21 132.81 -
System Red Green Blue C M Y K H S L
Decimal 177 196 20 0.10 0 0.90 0.23 66.48 0.81 0.42
Hex B1 C4 14 A 0 5A 17 42 51 2A
Octal 261 304 24 12 0 132 27 102 121 52
Binary 10110001 11000100 10100 1010 0 1011010 10111 1000010 1010001 101010

Color Harmonies of #B1C414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C414

Black with #B1C414

Text Example


Text Example

White with #B1C414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C414; }

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

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

background-color css

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

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

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

border-color css

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

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

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