#B6CB1F

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

Shades of Rio Grande #B6CB1F

Tints of Rio Grande #B6CB1F

Color information

#B6CB1F (or 0xB6CB1F) is unknown color: approx Rio Grande. HEX triplet: B6, CB and 1F. RGB value is (182,203,31). Sum of RGB (Red+Green+Blue) = 182+203+31=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 31 (12.5% from 255 or 7.45% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CB1F is #4934E0. Grayscale: #B1B1B1. Windows color (decimal): -4797665 or 2083766. OLE color: 2083766.

HSL color Cylindrical-coordinate representation of color #B6CB1F: hue angle of 67.33º 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 #B6CB1F is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB18220331-
CMYK0.1000.850.20
HSL67.33º73.5%45.88%-
HSV(B)67.33º84.73%79.61%-
XYZ40.8952.769.32-
YUV177.1145.54131.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 203 (79.69% from 255) = 48.80%
BLUE value IS 31 (12.5% from 255) = 7.45%
R=43.75%
G=48.80%
B=7.45%

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
Decimal182203310.1000.850.2067.3373.545.88
HexB6CB1FA05514434a2e
Octal266313371201252410311256
Binary1011011011001011111111010010101011010010000111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CB1F; }

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

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

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

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

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

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

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

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