Html Css Color HEX #B1C41E Rio Grande

📋 copy color: '#B1C41E'

red 177 ◦ green 196 ◦ blue 30

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

Shades of Rio Grande #B1C41E

Tints of Rio Grande #B1C41E

RGB

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

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

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

R = 43.92%
G = 48.64%
B = 7.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#B1C41E (or 0xB1C41E) is known color: Rio Grande. HEX triplet: B1, C4 and 1E. RGB value is (177,196,30). Sum of RGB (Red+Green+Blue) = 177+196+30=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C41E is #4E3BE1. Grayscale: #ACACAC. Windows color (decimal): -5127138 or 2016433. OLE color: 2016433.

HSL color Cylindrical-coordinate representation of color #B1C41E: hue angle of 66.87º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1C41E is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 177 196 30 -
CMYK 0.10 0 0.85 0.23
HSL 66.87º 0.73% 0.44% -
HSV(B) 66.87º 0.85% 0.77% -
XYZ 38.11 48.92 8.66 -
YUV 171.4 48.21 132 -
System Red Green Blue C M Y K H S L
Decimal 177 196 30 0.10 0 0.85 0.23 66.87 0.73 0.44
Hex B1 C4 1E A 0 55 17 43 49 2C
Octal 261 304 36 12 0 125 27 103 111 54
Binary 10110001 11000100 11110 1010 0 1010101 10111 1000011 1001001 101100

Color Harmonies of #B1C41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C41E

Black with #B1C41E

Text Example


Text Example

White with #B1C41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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