Html Css Color HEX #C5C21E Bird Flower

📋 copy color: '#C5C21E'

red 197 ◦ green 194 ◦ blue 30

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

Shades of Bird Flower #C5C21E

Tints of Bird Flower #C5C21E

RGB

 RED value IS 197 (77.34% from 255) = 46.79%

 GREEN value IS 194 (76.17% from 255) = 46.08%

 BLUE value IS 30 (12.11% from 255) = 7.13%

R = 46.79%
G = 46.08%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5C21E (or 0xC5C21E) is known color: Bird Flower. HEX triplet: C5, C2 and 1E. RGB value is (197,194,30). Sum of RGB (Red+Green+Blue) = 197+194+30=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C21E is #3A3DE1. Grayscale: #B0B0B0. Windows color (decimal): -3816930 or 2015941. OLE color: 2015941.

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

Color convert

RGB 197 194 30 -
CMYK 0 0.02 0.85 0.23
HSL 58.92º 0.74% 0.45% -
HSV(B) 58.92º 0.85% 0.77% -
XYZ 42.55 50.55 8.74 -
YUV 176.2 45.49 142.84 -
System Red Green Blue C M Y K H S L
Decimal 197 194 30 0 0.02 0.85 0.23 58.92 0.74 0.45
Hex C5 C2 1E 0 2 55 17 3B 4A 2D
Octal 305 302 36 0 2 125 27 73 112 55
Binary 11000101 11000010 11110 0 10 1010101 10111 111011 1001010 101101

Color Harmonies of #C5C21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C21E

Black with #C5C21E

Text Example


Text Example

White with #C5C21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C21E; }

 p { color: rgb(197,194,30); }

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

background-color css

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

 a { background-color: rgb(197,194,30); }

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

border-color css

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

 span { border-color: rgb(197,194,30); }

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