Html Css Color HEX #C5B312 Bird Flower

📋 copy color: '#C5B312'

red 197 ◦ green 179 ◦ blue 18

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

Shades of Bird Flower #C5B312

Tints of Bird Flower #C5B312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.43%

 BLUE value IS 18 (7.42% from 255) = 4.57%

R = 50%
G = 45.43%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C5B312 (or 0xC5B312) is known color: Bird Flower. HEX triplet: C5, B3 and 12. RGB value is (197,179,18). Sum of RGB (Red+Green+Blue) = 197+179+18=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B312 is #3A4CED. Grayscale: #A6A6A6. Windows color (decimal): -3820782 or 1225669. OLE color: 1225669.

HSL color Cylindrical-coordinate representation of color #C5B312: hue angle of 53.97º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5B312 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 179 18 -
CMYK 0 0.09 0.91 0.23
HSL 53.97º 0.83% 0.42% -
HSV(B) 53.97º 0.91% 0.77% -
XYZ 39.26 44.15 7.03 -
YUV 166.03 44.46 150.09 -
System Red Green Blue C M Y K H S L
Decimal 197 179 18 0 0.09 0.91 0.23 53.97 0.83 0.42
Hex C5 B3 12 0 9 5B 17 36 53 2A
Octal 305 263 22 0 11 133 27 66 123 52
Binary 11000101 10110011 10010 0 1001 1011011 10111 110110 1010011 101010

Color Harmonies of #C5B312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B312

Black with #C5B312

Text Example


Text Example

White with #C5B312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B312; }

 p { color: rgb(197,179,18); }

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

background-color css

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

 a { background-color: rgb(197,179,18); }

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

border-color css

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

 span { border-color: rgb(197,179,18); }

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