Html Css Color HEX #C4B615 Bird Flower

📋 copy color: '#C4B615'

red 196 ◦ green 182 ◦ blue 21

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

Shades of Bird Flower #C4B615

Tints of Bird Flower #C4B615

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.61%

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

R = 49.12%
G = 45.61%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C4B615 (or 0xC4B615) is known color: Bird Flower. HEX triplet: C4, B6 and 15. RGB value is (196,182,21). Sum of RGB (Red+Green+Blue) = 196+182+21=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B615 is #3B49EA. Grayscale: #A8A8A8. Windows color (decimal): -3885547 or 1423044. OLE color: 1423044.

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

Color convert

RGB 196 182 21 -
CMYK 0 0.07 0.89 0.23
HSL 55.2º 0.81% 0.43% -
HSV(B) 55.2º 0.89% 0.77% -
XYZ 39.63 45.25 7.35 -
YUV 167.83 45.14 148.09 -
System Red Green Blue C M Y K H S L
Decimal 196 182 21 0 0.07 0.89 0.23 55.2 0.81 0.43
Hex C4 B6 15 0 7 59 17 37 51 2B
Octal 304 266 25 0 7 131 27 67 121 53
Binary 11000100 10110110 10101 0 111 1011001 10111 110111 1010001 101011

Color Harmonies of #C4B615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B615

Black with #C4B615

Text Example


Text Example

White with #C4B615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B615; }

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

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

background-color css

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

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

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

border-color css

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

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

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