#B7CB1F

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

Shades of Rio Grande #B7CB1F

Tints of Rio Grande #B7CB1F

Color information

#B7CB1F (or 0xB7CB1F) is unknown color: approx Rio Grande. HEX triplet: B7, CB and 1F. RGB value is (183,203,31). Sum of RGB (Red+Green+Blue) = 183+203+31=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CB1F is #4834E0. Grayscale: #B2B2B2. Windows color (decimal): -4732129 or 2083767. OLE color: 2083767.

HSL color Cylindrical-coordinate representation of color #B7CB1F: hue angle of 66.98º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7CB1F is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB18320331-
CMYK0.1000.850.20
HSL66.98º73.5%45.88%-
HSV(B)66.98º84.73%79.61%-
XYZ41.1352.889.33-
YUV177.4145.37131.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 203 (79.69% from 255) = 48.68%
BLUE value IS 31 (12.5% from 255) = 7.43%
R=43.88%
G=48.68%
B=7.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal183203310.1000.850.2066.9873.545.88
HexB7CB1FA05514434a2e
Octal267313371201252410311256
Binary1011011111001011111111010010101011010010000111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CB1F; }

 p { color: rgb(183,203,31); }

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

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

 a { background-color: rgb(183,203,31); }

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

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

 span { border-color: rgb(183,203,31); }

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