Html Css Color HEX #C5B41A Bird Flower

📋 copy color: '#C5B41A'

red 197 ◦ green 180 ◦ blue 26

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

Shades of Bird Flower #C5B41A

Tints of Bird Flower #C5B41A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.67%

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

R = 48.88%
G = 44.67%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5B41A (or 0xC5B41A) is known color: Bird Flower. HEX triplet: C5, B4 and 1A. RGB value is (197,180,26). Sum of RGB (Red+Green+Blue) = 197+180+26=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B41A is #3A4BE5. Grayscale: #A8A8A8. Windows color (decimal): -3820518 or 1750213. OLE color: 1750213.

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

Color convert

RGB 197 180 26 -
CMYK 0 0.09 0.87 0.23
HSL 54.04º 0.77% 0.44% -
HSV(B) 54.04º 0.87% 0.77% -
XYZ 39.53 44.59 7.5 -
YUV 167.53 48.13 149.02 -
System Red Green Blue C M Y K H S L
Decimal 197 180 26 0 0.09 0.87 0.23 54.04 0.77 0.44
Hex C5 B4 1A 0 9 57 17 36 4D 2C
Octal 305 264 32 0 11 127 27 66 115 54
Binary 11000101 10110100 11010 0 1001 1010111 10111 110110 1001101 101100

Color Harmonies of #C5B41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B41A

Black with #C5B41A

Text Example


Text Example

White with #C5B41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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