Html Css Color HEX #B1C81F Rio Grande

📋 copy color: '#B1C81F'

red 177 ◦ green 200 ◦ blue 31

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

Shades of Rio Grande #B1C81F

Tints of Rio Grande #B1C81F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.02%

 BLUE value IS 31 (12.5% from 255) = 7.6%

R = 43.38%
G = 49.02%
B = 7.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#B1C81F (or 0xB1C81F) is known color: Rio Grande. HEX triplet: B1, C8 and 1F. RGB value is (177,200,31). Sum of RGB (Red+Green+Blue) = 177+200+31=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 31 (12.5% from 255 or 7.60% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C81F is #4E37E0. Grayscale: #AEAEAE. Windows color (decimal): -5126113 or 2082993. OLE color: 2082993.

HSL color Cylindrical-coordinate representation of color #B1C81F: hue angle of 68.17º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1C81F is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 200 31 -
CMYK 0.12 0 0.84 0.22
HSL 68.17º 0.73% 0.45% -
HSV(B) 68.17º 0.85% 0.78% -
XYZ 39.03 50.75 9.04 -
YUV 173.86 47.38 130.24 -
System Red Green Blue C M Y K H S L
Decimal 177 200 31 0.12 0 0.84 0.22 68.17 0.73 0.45
Hex B1 C8 1F C 0 54 16 44 49 2D
Octal 261 310 37 14 0 124 26 104 111 55
Binary 10110001 11001000 11111 1100 0 1010100 10110 1000100 1001001 101101

Color Harmonies of #B1C81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C81F

Black with #B1C81F

Text Example


Text Example

White with #B1C81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C81F; }

 p { color: rgb(177,200,31); }

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

background-color css

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

 a { background-color: rgb(177,200,31); }

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

border-color css

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

 span { border-color: rgb(177,200,31); }

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