Html Css Color HEX #C5C01F Bird Flower

📋 copy color: '#C5C01F'

red 197 ◦ green 192 ◦ blue 31

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

Shades of Bird Flower #C5C01F

Tints of Bird Flower #C5C01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.38%

R = 46.9%
G = 45.71%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5C01F (or 0xC5C01F) is known color: Bird Flower. HEX triplet: C5, C0 and 1F. RGB value is (197,192,31). Sum of RGB (Red+Green+Blue) = 197+192+31=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 31 (12.5% from 255 or 7.38% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C01F is #3A3FE0. Grayscale: #AFAFAF. Windows color (decimal): -3817441 or 2080965. OLE color: 2080965.

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

Color convert

RGB 197 192 31 -
CMYK 0 0.03 0.84 0.23
HSL 58.19º 0.73% 0.45% -
HSV(B) 58.19º 0.84% 0.77% -
XYZ 42.12 49.67 8.66 -
YUV 175.14 46.66 143.59 -
System Red Green Blue C M Y K H S L
Decimal 197 192 31 0 0.03 0.84 0.23 58.19 0.73 0.45
Hex C5 C0 1F 0 3 54 17 3A 49 2D
Octal 305 300 37 0 3 124 27 72 111 55
Binary 11000101 11000000 11111 0 11 1010100 10111 111010 1001001 101101

Color Harmonies of #C5C01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C01F

Black with #C5C01F

Text Example


Text Example

White with #C5C01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C01F; }

 p { color: rgb(197,192,31); }

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

background-color css

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

 a { background-color: rgb(197,192,31); }

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

border-color css

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

 span { border-color: rgb(197,192,31); }

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