Html Css Color HEX #B1C213 Rio Grande

📋 copy color: '#B1C213'

red 177 ◦ green 194 ◦ blue 19

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

Shades of Rio Grande #B1C213

Tints of Rio Grande #B1C213

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.74%

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

R = 45.38%
G = 49.74%
B = 4.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#B1C213 (or 0xB1C213) is known color: Rio Grande. HEX triplet: B1, C2 and 13. RGB value is (177,194,19). Sum of RGB (Red+Green+Blue) = 177+194+19=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 194 (76.17% from 255 or 49.74% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C213 is #4E3DEC. Grayscale: #A9A9A9. Windows color (decimal): -5127661 or 1295025. OLE color: 1295025.

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

Color convert

RGB 177 194 19 -
CMYK 0.09 0 0.90 0.24
HSL 65.83º 0.82% 0.42% -
HSV(B) 65.83º 0.9% 0.76% -
XYZ 37.54 47.98 7.9 -
YUV 168.97 43.37 133.73 -
System Red Green Blue C M Y K H S L
Decimal 177 194 19 0.09 0 0.90 0.24 65.83 0.82 0.42
Hex B1 C2 13 9 0 5A 18 42 52 2A
Octal 261 302 23 11 0 132 30 102 122 52
Binary 10110001 11000010 10011 1001 0 1011010 11000 1000010 1010010 101010

Color Harmonies of #B1C213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C213

Black with #B1C213

Text Example


Text Example

White with #B1C213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C213; }

 p { color: rgb(177,194,19); }

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

background-color css

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

 a { background-color: rgb(177,194,19); }

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

border-color css

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

 span { border-color: rgb(177,194,19); }

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