#B6C61B

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

Shades of Rio Grande #B6C61B

Tints of Rio Grande #B6C61B

Color information

#B6C61B (or 0xB6C61B) is unknown color: approx Rio Grande. HEX triplet: B6, C6 and 1B. RGB value is (182,198,27). Sum of RGB (Red+Green+Blue) = 182+198+27=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C61B is #4939E4. Grayscale: #AEAEAE. Windows color (decimal): -4798949 or 1820342. OLE color: 1820342.

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

Color convert

RGB18219827-
CMYK0.0800.860.22
HSL65.61º76%44.12%-
HSV(B)65.61º86.36%77.65%-
XYZ39.6850.418.68-
YUV173.7245.2133.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 198 (77.73% from 255) = 48.65%
BLUE value IS 27 (10.94% from 255) = 6.63%
R=44.72%
G=48.65%
B=6.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182198270.0800.860.2265.617644.12
HexB6C61B805616424c2c
Octal266306331001262610211454
Binary1011011011000110110111000010101101011010000101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C61B; }

 p { color: rgb(182,198,27); }

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

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

 a { background-color: rgb(182,198,27); }

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

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

 span { border-color: rgb(182,198,27); }

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