Html Css Color HEX #B1C916 Rio Grande

📋 copy color: '#B1C916'

red 177 ◦ green 201 ◦ blue 22

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

Shades of Rio Grande #B1C916

Tints of Rio Grande #B1C916

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.25%

 BLUE value IS 22 (8.98% from 255) = 5.5%

R = 44.25%
G = 50.25%
B = 5.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#B1C916 (or 0xB1C916) is known color: Rio Grande. HEX triplet: B1, C9 and 16. RGB value is (177,201,22). Sum of RGB (Red+Green+Blue) = 177+201+22=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C916 is #4E36E9. Grayscale: #AEAEAE. Windows color (decimal): -5125866 or 1493425. OLE color: 1493425.

HSL color Cylindrical-coordinate representation of color #B1C916: hue angle of 68.04º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1C916 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 201 22 -
CMYK 0.12 0 0.89 0.21
HSL 68.04º 0.8% 0.44% -
HSV(B) 68.04º 0.89% 0.79% -
XYZ 39.16 51.18 8.57 -
YUV 173.42 42.55 130.55 -
System Red Green Blue C M Y K H S L
Decimal 177 201 22 0.12 0 0.89 0.21 68.04 0.8 0.44
Hex B1 C9 16 C 0 59 15 44 50 2C
Octal 261 311 26 14 0 131 25 104 120 54
Binary 10110001 11001001 10110 1100 0 1011001 10101 1000100 1010000 101100

Color Harmonies of #B1C916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C916

Black with #B1C916

Text Example


Text Example

White with #B1C916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C916; }

 p { color: rgb(177,201,22); }

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

background-color css

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

 a { background-color: rgb(177,201,22); }

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

border-color css

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

 span { border-color: rgb(177,201,22); }

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