Html Css Color HEX #C5B825 Bird Flower

📋 copy color: '#C5B825'

red 197 ◦ green 184 ◦ blue 37

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

Shades of Bird Flower #C5B825

Tints of Bird Flower #C5B825

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.02%

 BLUE value IS 37 (14.84% from 255) = 8.85%

R = 47.13%
G = 44.02%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C5B825 (or 0xC5B825) is known color: Bird Flower. HEX triplet: C5, B8 and 25. RGB value is (197,184,37). Sum of RGB (Red+Green+Blue) = 197+184+37=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 184 (72.27% from 255 or 44.02% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B825 is #3A47DA. Grayscale: #ABABAB. Windows color (decimal): -3819483 or 2472133. OLE color: 2472133.

HSL color Cylindrical-coordinate representation of color #C5B825: hue angle of 55.12º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5B825 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 184 37 -
CMYK 0 0.07 0.81 0.23
HSL 55.13º 0.68% 0.46% -
HSV(B) 55.13º 0.81% 0.77% -
XYZ 40.5 46.28 8.55 -
YUV 171.13 52.31 146.45 -
System Red Green Blue C M Y K H S L
Decimal 197 184 37 0 0.07 0.81 0.23 55.13 0.68 0.46
Hex C5 B8 25 0 7 51 17 37 44 2E
Octal 305 270 45 0 7 121 27 67 104 56
Binary 11000101 10111000 100101 0 111 1010001 10111 110111 1000100 101110

Color Harmonies of #C5B825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B825

Black with #C5B825

Text Example


Text Example

White with #C5B825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B825; }

 p { color: rgb(197,184,37); }

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

background-color css

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

 a { background-color: rgb(197,184,37); }

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

border-color css

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

 span { border-color: rgb(197,184,37); }

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