#B6CB0F

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

Shades of Rio Grande #B6CB0F

Tints of Rio Grande #B6CB0F

Color information

#B6CB0F (or 0xB6CB0F) is unknown color: approx Rio Grande. HEX triplet: B6, CB and 0F. RGB value is (182,203,15). Sum of RGB (Red+Green+Blue) = 182+203+15=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6CB0F is #4934F0. Grayscale: #B0B0B0. Windows color (decimal): -4797681 or 1035190. OLE color: 1035190.

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

Color convert

RGB18220315-
CMYK0.1000.930.20
HSL66.7º86.24%42.75%-
HSV(B)66.7º92.61%79.61%-
XYZ40.7352.698.48-
YUV175.2937.54132.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.5%
GREEN value IS 203 (79.69% from 255) = 50.75%
BLUE value IS 15 (6.25% from 255) = 3.75%
R=45.5%
G=50.75%
B=3.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182203150.1000.930.2066.786.2442.75
HexB6CBFA05D1443562b
Octal266313171201352410312653
Binary101101101100101111111010010111011010010000111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CB0F; }

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

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

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

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

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

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

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

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