Html Css Color HEX #B1C91E Rio Grande

📋 copy color: '#B1C91E'

red 177 ◦ green 201 ◦ blue 30

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

Shades of Rio Grande #B1C91E

Tints of Rio Grande #B1C91E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.35%

R = 43.38%
G = 49.26%
B = 7.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#B1C91E (or 0xB1C91E) is known color: Rio Grande. HEX triplet: B1, C9 and 1E. RGB value is (177,201,30). Sum of RGB (Red+Green+Blue) = 177+201+30=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C91E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C91E is #4E36E1. Grayscale: #AEAEAE. Windows color (decimal): -5125858 or 2017713. OLE color: 2017713.

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

Color convert

RGB 177 201 30 -
CMYK 0.12 0 0.85 0.21
HSL 68.42º 0.74% 0.45% -
HSV(B) 68.42º 0.85% 0.79% -
XYZ 39.25 51.21 9.04 -
YUV 174.33 46.55 129.9 -
System Red Green Blue C M Y K H S L
Decimal 177 201 30 0.12 0 0.85 0.21 68.42 0.74 0.45
Hex B1 C9 1E C 0 55 15 44 4A 2D
Octal 261 311 36 14 0 125 25 104 112 55
Binary 10110001 11001001 11110 1100 0 1010101 10101 1000100 1001010 101101

Color Harmonies of #B1C91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C91E

Black with #B1C91E

Text Example


Text Example

White with #B1C91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C91E; }

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

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

background-color css

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

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

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

border-color css

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

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

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