#C6CA15

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

Shades of Bird Flower #C6CA15

Tints of Bird Flower #C6CA15

Color information

#C6CA15 (or 0xC6CA15) is unknown color: approx Bird Flower. HEX triplet: C6, CA and 15. RGB value is (198,202,21). Sum of RGB (Red+Green+Blue) = 198+202+21=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6CA15 is #3935EA. Grayscale: #B4B4B4. Windows color (decimal): -3749355 or 1428166. OLE color: 1428166.

HSL color Cylindrical-coordinate representation of color #C6CA15: hue angle of 61.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6CA15 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB19820221-
CMYK0.0200.900.21
HSL61.33º81.17%43.73%-
HSV(B)61.33º89.6%79.22%-
XYZ44.5454.38.84-
YUV180.1738.17140.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.03%
GREEN value IS 202 (79.30% from 255) = 47.98%
BLUE value IS 21 (8.59% from 255) = 4.99%
R=47.03%
G=47.98%
B=4.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal198202210.0200.900.2161.3381.1743.73
HexC6CA15205A153d512c
Octal3063122520132257512154
Binary1100011011001010101011001011010101011111011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CA15; }

 p { color: rgb(198,202,21); }

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

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

 a { background-color: rgb(198,202,21); }

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

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

 span { border-color: rgb(198,202,21); }

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