Html Css Color HEX #C4C01A Bird Flower

📋 copy color: '#C4C01A'

red 196 ◦ green 192 ◦ blue 26

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

Shades of Bird Flower #C4C01A

Tints of Bird Flower #C4C01A

RGB

 RED value IS 196 (76.95% from 255) = 47.34%

 GREEN value IS 192 (75.39% from 255) = 46.38%

 BLUE value IS 26 (10.55% from 255) = 6.28%

R = 47.34%
G = 46.38%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4C01A (or 0xC4C01A) is known color: Bird Flower. HEX triplet: C4, C0 and 1A. RGB value is (196,192,26). Sum of RGB (Red+Green+Blue) = 196+192+26=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 26 (10.55% from 255 or 6.28% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C01A is #3B3FE5. Grayscale: #AEAEAE. Windows color (decimal): -3882982 or 1753284. OLE color: 1753284.

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

Color convert

RGB 196 192 26 -
CMYK 0 0.02 0.87 0.23
HSL 58.59º 0.77% 0.44% -
HSV(B) 58.59º 0.87% 0.77% -
XYZ 41.8 49.51 8.33 -
YUV 174.27 44.33 143.5 -
System Red Green Blue C M Y K H S L
Decimal 196 192 26 0 0.02 0.87 0.23 58.59 0.77 0.44
Hex C4 C0 1A 0 2 57 17 3B 4D 2C
Octal 304 300 32 0 2 127 27 73 115 54
Binary 11000100 11000000 11010 0 10 1010111 10111 111011 1001101 101100

Color Harmonies of #C4C01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C01A

Black with #C4C01A

Text Example


Text Example

White with #C4C01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C01A; }

 p { color: rgb(196,192,26); }

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

background-color css

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

 a { background-color: rgb(196,192,26); }

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

border-color css

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

 span { border-color: rgb(196,192,26); }

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