Html Css Color HEX #C5C71A Bird Flower

📋 copy color: '#C5C71A'

red 197 ◦ green 199 ◦ blue 26

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

Shades of Bird Flower #C5C71A

Tints of Bird Flower #C5C71A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.16%

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

R = 46.68%
G = 47.16%
B = 6.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C5C71A (or 0xC5C71A) is known color: Bird Flower. HEX triplet: C5, C7 and 1A. RGB value is (197,199,26). Sum of RGB (Red+Green+Blue) = 197+199+26=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 26 (10.55% from 255 or 6.16% from 422); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C71A is #3A38E5. Grayscale: #B3B3B3. Windows color (decimal): -3815654 or 1755077. OLE color: 1755077.

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

Color convert

RGB 197 199 26 -
CMYK 0.01 0 0.87 0.22
HSL 60.69º 0.77% 0.44% -
HSV(B) 60.69º 0.87% 0.78% -
XYZ 43.64 52.79 8.87 -
YUV 178.68 41.84 141.07 -
System Red Green Blue C M Y K H S L
Decimal 197 199 26 0.01 0 0.87 0.22 60.69 0.77 0.44
Hex C5 C7 1A 1 0 57 16 3D 4D 2C
Octal 305 307 32 1 0 127 26 75 115 54
Binary 11000101 11000111 11010 1 0 1010111 10110 111101 1001101 101100

Color Harmonies of #C5C71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C71A

Black with #C5C71A

Text Example


Text Example

White with #C5C71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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