Html Css Color HEX #C5BF14 Bird Flower

📋 copy color: '#C5BF14'

red 197 ◦ green 191 ◦ blue 20

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

Shades of Bird Flower #C5BF14

Tints of Bird Flower #C5BF14

RGB

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

 GREEN value IS 191 (75% from 255) = 46.81%

 BLUE value IS 20 (8.2% from 255) = 4.9%

R = 48.28%
G = 46.81%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C5BF14 (or 0xC5BF14) is known color: Bird Flower. HEX triplet: C5, BF and 14. RGB value is (197,191,20). Sum of RGB (Red+Green+Blue) = 197+191+20=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BF14 is #3A40EB. Grayscale: #ADADAD. Windows color (decimal): -3817708 or 1359813. OLE color: 1359813.

HSL color Cylindrical-coordinate representation of color #C5BF14: hue angle of 57.97º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5BF14 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 191 20 -
CMYK 0 0.03 0.90 0.23
HSL 57.97º 0.82% 0.43% -
HSV(B) 57.97º 0.9% 0.77% -
XYZ 41.78 49.18 7.95 -
YUV 173.3 41.49 144.9 -
System Red Green Blue C M Y K H S L
Decimal 197 191 20 0 0.03 0.90 0.23 57.97 0.82 0.43
Hex C5 BF 14 0 3 5A 17 3A 52 2B
Octal 305 277 24 0 3 132 27 72 122 53
Binary 11000101 10111111 10100 0 11 1011010 10111 111010 1010010 101011

Color Harmonies of #C5BF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BF14

Black with #C5BF14

Text Example


Text Example

White with #C5BF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BF14; }

 p { color: rgb(197,191,20); }

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

background-color css

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

 a { background-color: rgb(197,191,20); }

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

border-color css

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

 span { border-color: rgb(197,191,20); }

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