#c5c61a

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

Shades of Bird Flower #C5C61A

Tints of Bird Flower #C5C61A

Color information

#C5C61A (or 0xC5C61A) is unknown color: approx Bird Flower. HEX triplet: C5, C6 and 1A. RGB value is (197,198,26). Sum of RGB (Red+Green+Blue) = 197+198+26=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 26 (10.55% from 255 or 6.18% from 421); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C61A is #3A39E5. Grayscale: #B2B2B2. Windows color (decimal): -3815910 or 1754821. OLE color: 1754821.

HSL color Cylindrical-coordinate representation of color #C5C61A: hue angle of 60.35º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5C61A is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB19719826-
CMYK0.0100.870.22
HSL60.35º76.79%43.92%-
HSV(B)60.35º86.87%77.65%-
XYZ43.4152.338.79-
YUV178.0942.17141.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.79%
GREEN value IS 198 (77.73% from 255) = 47.03%
BLUE value IS 26 (10.55% from 255) = 6.18%
R=46.79%
G=47.03%
B=6.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197198260.0100.870.2260.3576.7943.92
HexC5C61A1057163c4d2c
Octal3053063210127267411554
Binary110001011100011011010101010111101101111001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5c61a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5c61a; }

 p { color: rgb(197,198,26); }

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

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

 a { background-color: rgb(197,198,26); }

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

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

 span { border-color: rgb(197,198,26); }

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