Html Css Color HEX #C4B619 Bird Flower

📋 copy color: '#C4B619'

red 196 ◦ green 182 ◦ blue 25

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

Shades of Bird Flower #C4B619

Tints of Bird Flower #C4B619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.2%

R = 48.64%
G = 45.16%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4B619 (or 0xC4B619) is known color: Bird Flower. HEX triplet: C4, B6 and 19. RGB value is (196,182,25). Sum of RGB (Red+Green+Blue) = 196+182+25=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B619 is #3B49E6. Grayscale: #A8A8A8. Windows color (decimal): -3885543 or 1685188. OLE color: 1685188.

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

Color convert

RGB 196 182 25 -
CMYK 0 0.07 0.87 0.23
HSL 55.09º 0.77% 0.43% -
HSV(B) 55.09º 0.87% 0.77% -
XYZ 39.67 45.26 7.57 -
YUV 168.29 47.14 147.77 -
System Red Green Blue C M Y K H S L
Decimal 196 182 25 0 0.07 0.87 0.23 55.09 0.77 0.43
Hex C4 B6 19 0 7 57 17 37 4D 2B
Octal 304 266 31 0 7 127 27 67 115 53
Binary 11000100 10110110 11001 0 111 1010111 10111 110111 1001101 101011

Color Harmonies of #C4B619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B619

Black with #C4B619

Text Example


Text Example

White with #C4B619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B619; }

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

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

background-color css

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

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

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

border-color css

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

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

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