#C2B417

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

Shades of Bird Flower #C2B417

Tints of Bird Flower #C2B417

Color information

#C2B417 (or 0xC2B417) is unknown color: approx Bird Flower. HEX triplet: C2, B4 and 17. RGB value is (194,180,23). Sum of RGB (Red+Green+Blue) = 194+180+23=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B417 is #3D4BE8. Grayscale: #A6A6A6. Windows color (decimal): -4017129 or 1553602. OLE color: 1553602.

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

Color convert

RGB19418023-
CMYK00.070.880.24
HSL55.09º78.8%42.55%-
HSV(B)55.09º88.14%76.08%-
XYZ38.7244.177.3-
YUV166.2947.14147.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.87%
GREEN value IS 180 (70.70% from 255) = 45.34%
BLUE value IS 23 (9.38% from 255) = 5.79%
R=48.87%
G=45.34%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941802300.070.880.2455.0978.842.55
HexC2B417075818374f2b
Octal3022642707130306711753
Binary11000010101101001011101111011000110001101111001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B417; }

 p { color: rgb(194,180,23); }

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

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

 a { background-color: rgb(194,180,23); }

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

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

 span { border-color: rgb(194,180,23); }

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