Html Css Color HEX #C4B915 Bird Flower

📋 copy color: '#C4B915'

red 196 ◦ green 185 ◦ blue 21

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

Shades of Bird Flower #C4B915

Tints of Bird Flower #C4B915

RGB

 RED value IS 196 (76.95% from 255) = 48.76%

 GREEN value IS 185 (72.66% from 255) = 46.02%

 BLUE value IS 21 (8.59% from 255) = 5.22%

R = 48.76%
G = 46.02%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C4B915 (or 0xC4B915) is known color: Bird Flower. HEX triplet: C4, B9 and 15. RGB value is (196,185,21). Sum of RGB (Red+Green+Blue) = 196+185+21=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B915 is #3B46EA. Grayscale: #AAAAAA. Windows color (decimal): -3884779 or 1423812. OLE color: 1423812.

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

Color convert

RGB 196 185 21 -
CMYK 0 0.06 0.89 0.23
HSL 56.23º 0.81% 0.43% -
HSV(B) 56.23º 0.89% 0.77% -
XYZ 40.25 46.49 7.56 -
YUV 169.59 44.14 146.84 -
System Red Green Blue C M Y K H S L
Decimal 196 185 21 0 0.06 0.89 0.23 56.23 0.81 0.43
Hex C4 B9 15 0 6 59 17 38 51 2B
Octal 304 271 25 0 6 131 27 70 121 53
Binary 11000100 10111001 10101 0 110 1011001 10111 111000 1010001 101011

Color Harmonies of #C4B915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B915

Black with #C4B915

Text Example


Text Example

White with #C4B915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B915; }

 p { color: rgb(196,185,21); }

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

background-color css

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

 a { background-color: rgb(196,185,21); }

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

border-color css

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

 span { border-color: rgb(196,185,21); }

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