#b1c31b

Color #B1C31B Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B1C31B

Tints of Rio Grande #B1C31B

Color information

#B1C31B (or 0xB1C31B) is unknown color: approx Rio Grande. HEX triplet: B1, C3 and 1B. RGB value is (177,195,27). Sum of RGB (Red+Green+Blue) = 177+195+27=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C31B is #4E3CE4. Grayscale: #ABABAB. Windows color (decimal): -5127397 or 1819569. OLE color: 1819569.

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

Color convert

RGB17719527-
CMYK0.0900.860.24
HSL66.43º75.68%43.53%-
HSV(B)66.43º86.15%76.47%-
XYZ37.8448.468.4-
YUV170.4747.04132.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 195 (76.56% from 255) = 48.87%
BLUE value IS 27 (10.94% from 255) = 6.77%
R=44.36%
G=48.87%
B=6.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177195270.0900.860.2466.4375.6843.53
HexB1C31B905618424c2c
Octal261303331101263010211454
Binary1011000111000011110111001010101101100010000101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1c31b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1c31b; }

 p { color: rgb(177,195,27); }

 H1.HeaderClassName
 {
   color: #b1c31b;
 }
 .AnyTagClassName
 {
   color: #b1c31b;
 }
</style>
background-color css

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

 a { background-color: rgb(177,195,27); }

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

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

 span { border-color: rgb(177,195,27); }

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