#C6C71A

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

Shades of Bird Flower #C6C71A

Tints of Bird Flower #C6C71A

Color information

#C6C71A (or 0xC6C71A) is unknown color: approx Bird Flower. HEX triplet: C6, C7 and 1A. RGB value is (198,199,26). Sum of RGB (Red+Green+Blue) = 198+199+26=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 26 (10.55% from 255 or 6.15% from 423); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C71A is #3938E5. Grayscale: #B3B3B3. Windows color (decimal): -3750118 or 1755078. OLE color: 1755078.

HSL color Cylindrical-coordinate representation of color #C6C71A: 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 #C6C71A is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB19819926-
CMYK0.0100.870.22
HSL60.35º76.89%44.12%-
HSV(B)60.35º86.93%78.04%-
XYZ43.952.938.88-
YUV178.9841.67141.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.81%
GREEN value IS 199 (78.12% from 255) = 47.04%
BLUE value IS 26 (10.55% from 255) = 6.15%
R=46.81%
G=47.04%
B=6.15%

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
Decimal198199260.0100.870.2260.3576.8944.12
HexC6C71A1057163c4d2c
Octal3063073210127267411554
Binary110001101100011111010101010111101101111001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C71A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C71A; }

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

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

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

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

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

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

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

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