#C6B825

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

Shades of Bird Flower #C6B825

Tints of Bird Flower #C6B825

Color information

#C6B825 (or 0xC6B825) is unknown color: approx Bird Flower. HEX triplet: C6, B8 and 25. RGB value is (198,184,37). Sum of RGB (Red+Green+Blue) = 198+184+37=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B825 is #3947DA. Grayscale: #ACACAC. Windows color (decimal): -3753947 or 2472134. OLE color: 2472134.

HSL color Cylindrical-coordinate representation of color #C6B825: hue angle of 54.78º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6B825 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB19818437-
CMYK00.070.810.22
HSL54.78º68.51%46.08%-
HSV(B)54.78º81.31%77.65%-
XYZ40.7646.428.56-
YUV171.4352.14146.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.26%
GREEN value IS 184 (72.27% from 255) = 43.91%
BLUE value IS 37 (14.84% from 255) = 8.83%
R=47.26%
G=43.91%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981843700.070.810.2254.7868.5146.08
HexC6B82507511637452e
Octal3062704507121266710556
Binary110001101011100010010101111010001101101101111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B825; }

 p { color: rgb(198,184,37); }

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

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

 a { background-color: rgb(198,184,37); }

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

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

 span { border-color: rgb(198,184,37); }

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