#b6c82a

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

Shades of Rio Grande #B6C82A

Tints of Rio Grande #B6C82A

Color information

#B6C82A (or 0xB6C82A) is unknown color: approx Rio Grande. HEX triplet: B6, C8 and 2A. RGB value is (182,200,42). Sum of RGB (Red+Green+Blue) = 182+200+42=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C82A is #4937D5. Grayscale: #B1B1B1. Windows color (decimal): -4798422 or 2803894. OLE color: 2803894.

HSL color Cylindrical-coordinate representation of color #B6C82A: hue angle of 66.84º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B6C82A is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB18220042-
CMYK0.0900.790.22
HSL66.84º65.29%47.45%-
HSV(B)66.84º79%78.43%-
XYZ40.3651.429.99-
YUV176.6152.04131.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.92%
GREEN value IS 200 (78.52% from 255) = 47.17%
BLUE value IS 42 (16.80% from 255) = 9.91%
R=42.92%
G=47.17%
B=9.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182200420.0900.790.2266.8465.2947.45
HexB6C82A904F1643412f
Octal266310521101172610310157
Binary10110110110010001010101001010011111011010000111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6c82a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6c82a; }

 p { color: rgb(182,200,42); }

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

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

 a { background-color: rgb(182,200,42); }

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

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

 span { border-color: rgb(182,200,42); }

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