#B6CB1D

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

Shades of Rio Grande #B6CB1D

Tints of Rio Grande #B6CB1D

Color information

#B6CB1D (or 0xB6CB1D) is unknown color: approx Rio Grande. HEX triplet: B6, CB and 1D. RGB value is (182,203,29). Sum of RGB (Red+Green+Blue) = 182+203+29=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CB1D is #4934E2. Grayscale: #B1B1B1. Windows color (decimal): -4797667 or 1952694. OLE color: 1952694.

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

Color convert

RGB18220329-
CMYK0.1000.860.20
HSL67.24º75%45.49%-
HSV(B)67.24º85.71%79.61%-
XYZ40.8752.759.19-
YUV176.8844.54131.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 203 (79.69% from 255) = 49.03%
BLUE value IS 29 (11.72% from 255) = 7.00%
R=43.96%
G=49.03%
B=7.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182203290.1000.860.2067.247545.49
HexB6CB1DA05614434b2d
Octal266313351201262410311355
Binary1011011011001011111011010010101101010010000111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CB1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CB1D; }

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

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

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

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

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

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

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

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