Html Css Color HEX #C4BC19 Bird Flower

📋 copy color: '#C4BC19'

red 196 ◦ green 188 ◦ blue 25

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

Shades of Bird Flower #C4BC19

Tints of Bird Flower #C4BC19

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.97%

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

R = 47.92%
G = 45.97%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4BC19 (or 0xC4BC19) is known color: Bird Flower. HEX triplet: C4, BC and 19. RGB value is (196,188,25). Sum of RGB (Red+Green+Blue) = 196+188+25=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BC19 is #3B43E6. Grayscale: #ACACAC. Windows color (decimal): -3884007 or 1686724. OLE color: 1686724.

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

Color convert

RGB 196 188 25 -
CMYK 0 0.04 0.87 0.23
HSL 57.19º 0.77% 0.43% -
HSV(B) 57.19º 0.87% 0.77% -
XYZ 40.92 47.77 7.98 -
YUV 171.81 45.15 145.25 -
System Red Green Blue C M Y K H S L
Decimal 196 188 25 0 0.04 0.87 0.23 57.19 0.77 0.43
Hex C4 BC 19 0 4 57 17 39 4D 2B
Octal 304 274 31 0 4 127 27 71 115 53
Binary 11000100 10111100 11001 0 100 1010111 10111 111001 1001101 101011

Color Harmonies of #C4BC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC19

Black with #C4BC19

Text Example


Text Example

White with #C4BC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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