Html Css Color HEX #C9CA16 Bird Flower

📋 copy color: '#C9CA16'

red 201 ◦ green 202 ◦ blue 22

#C9CA16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #C9CA16

Tints of Bird Flower #C9CA16

RGB

 RED value IS 201 (78.91% from 255) = 47.29%

 GREEN value IS 202 (79.3% from 255) = 47.53%

 BLUE value IS 22 (8.98% from 255) = 5.18%

R = 47.29%
G = 47.53%
B = 5.18%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C9CA16 (or 0xC9CA16) is known color: Bird Flower. HEX triplet: C9, CA and 16. RGB value is (201,202,22). Sum of RGB (Red+Green+Blue) = 201+202+22=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9CA16 is #3635E9. Grayscale: #B5B5B5. Windows color (decimal): -3552746 or 1493705. OLE color: 1493705.

HSL color Cylindrical-coordinate representation of color #C9CA16: hue angle of 60.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9CA16 is Cyan = 0.00, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 202 22 -
CMYK 0.00 0 0.89 0.21
HSL 60.33º 0.8% 0.44% -
HSV(B) 60.33º 0.89% 0.79% -
XYZ 45.35 54.72 8.93 -
YUV 181.18 38.17 142.14 -
System Red Green Blue C M Y K H S L
Decimal 201 202 22 0.00 0 0.89 0.21 60.33 0.8 0.44
Hex C9 CA 16 0 0 59 15 3C 50 2C
Octal 311 312 26 0 0 131 25 74 120 54
Binary 11001001 11001010 10110 0 0 1011001 10101 111100 1010000 101100

Color Harmonies of #C9CA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CA16

Black with #C9CA16

Text Example


Text Example

White with #C9CA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CA16; }

 p { color: rgb(201,202,22); }

 H1.HeaderClassName
 {
   color: #C9CA16;
 }
 .AnyTagClassName
 {
   color: #C9CA16;
 }
</style>

background-color css

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

 a { background-color: rgb(201,202,22); }

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

border-color css

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

 span { border-color: rgb(201,202,22); }

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