#B6CB18

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

Shades of Rio Grande #B6CB18

Tints of Rio Grande #B6CB18

Color information

#B6CB18 (or 0xB6CB18) is unknown color: approx Rio Grande. HEX triplet: B6, CB and 18. RGB value is (182,203,24). Sum of RGB (Red+Green+Blue) = 182+203+24=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 24 (9.77% from 255 or 5.87% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6CB18 is #4934E7. Grayscale: #B1B1B1. Windows color (decimal): -4797672 or 1625014. OLE color: 1625014.

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

Color convert

RGB18220324-
CMYK0.1000.880.20
HSL67.04º78.85%44.51%-
HSV(B)67.04º88.18%79.61%-
XYZ40.8152.728.89-
YUV176.3142.04132.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 203 (79.69% from 255) = 49.63%
BLUE value IS 24 (9.77% from 255) = 5.87%
R=44.50%
G=49.63%
B=5.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182203240.1000.880.2067.0478.8544.51
HexB6CB18A05814434f2d
Octal266313301201302410311755
Binary1011011011001011110001010010110001010010000111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CB18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CB18; }

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

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

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

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

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

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

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

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