#C6BD20

Color #C6BD20 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #C6BD20

Tints of Bird Flower #C6BD20

Color information

#C6BD20 (or 0xC6BD20) is unknown color: approx Bird Flower. HEX triplet: C6, BD and 20. RGB value is (198,189,32). Sum of RGB (Red+Green+Blue) = 198+189+32=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BD20 is #3942DF. Grayscale: #AEAEAE. Windows color (decimal): -3752672 or 2145734. OLE color: 2145734.

HSL color Cylindrical-coordinate representation of color #C6BD20: hue angle of 56.75º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6BD20 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB19818932-
CMYK00.050.840.22
HSL56.75º72.17%45.1%-
HSV(B)56.75º83.84%77.65%-
XYZ41.7548.518.53-
YUV173.7947.98145.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.26%
GREEN value IS 189 (74.22% from 255) = 45.11%
BLUE value IS 32 (12.89% from 255) = 7.64%
R=47.26%
G=45.11%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981893200.050.840.2256.7572.1745.1
HexC6BD2005541639482d
Octal3062754005124267111055
Binary110001101011110110000001011010100101101110011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BD20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BD20; }

 p { color: rgb(198,189,32); }

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

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

 a { background-color: rgb(198,189,32); }

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

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

 span { border-color: rgb(198,189,32); }

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