#B6C328

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

Shades of Rio Grande #B6C328

Tints of Rio Grande #B6C328

Color information

#B6C328 (or 0xB6C328) is unknown color: approx Rio Grande. HEX triplet: B6, C3 and 28. RGB value is (182,195,40). Sum of RGB (Red+Green+Blue) = 182+195+40=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C328 is #493CD7. Grayscale: #AEAEAE. Windows color (decimal): -4799704 or 2671542. OLE color: 2671542.

HSL color Cylindrical-coordinate representation of color #B6C328: hue angle of 65.03º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B6C328 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB18219540-
CMYK0.0700.790.24
HSL65.03º65.96%46.08%-
HSV(B)65.03º79.49%76.47%-
XYZ39.1949.139.42-
YUV173.4452.69134.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 195 (76.56% from 255) = 46.76%
BLUE value IS 40 (16.02% from 255) = 9.59%
R=43.65%
G=46.76%
B=9.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182195400.0700.790.2465.0365.9646.08
HexB6C328704F1841422e
Octal26630350701173010110256
Binary1011011011000011101000111010011111100010000011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C328; }

 p { color: rgb(182,195,40); }

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

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

 a { background-color: rgb(182,195,40); }

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

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

 span { border-color: rgb(182,195,40); }

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