Html Css Color HEX #C5B61C Bird Flower

📋 copy color: '#C5B61C'

red 197 ◦ green 182 ◦ blue 28

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

Shades of Bird Flower #C5B61C

Tints of Bird Flower #C5B61C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.72%

 BLUE value IS 28 (11.33% from 255) = 6.88%

R = 48.4%
G = 44.72%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5B61C (or 0xC5B61C) is known color: Bird Flower. HEX triplet: C5, B6 and 1C. RGB value is (197,182,28). Sum of RGB (Red+Green+Blue) = 197+182+28=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B61C is #3A49E3. Grayscale: #A9A9A9. Windows color (decimal): -3820004 or 1881797. OLE color: 1881797.

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

Color convert

RGB 197 182 28 -
CMYK 0 0.08 0.86 0.23
HSL 54.67º 0.75% 0.44% -
HSV(B) 54.67º 0.86% 0.77% -
XYZ 39.96 45.41 7.76 -
YUV 168.93 48.47 148.02 -
System Red Green Blue C M Y K H S L
Decimal 197 182 28 0 0.08 0.86 0.23 54.67 0.75 0.44
Hex C5 B6 1C 0 8 56 17 37 4B 2C
Octal 305 266 34 0 10 126 27 67 113 54
Binary 11000101 10110110 11100 0 1000 1010110 10111 110111 1001011 101100

Color Harmonies of #C5B61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B61C

Black with #C5B61C

Text Example


Text Example

White with #C5B61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B61C; }

 p { color: rgb(197,182,28); }

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

background-color css

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

 a { background-color: rgb(197,182,28); }

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

border-color css

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

 span { border-color: rgb(197,182,28); }

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