Html Css Color HEX #C4BC17 Bird Flower

📋 copy color: '#C4BC17'

red 196 ◦ green 188 ◦ blue 23

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

Shades of Bird Flower #C4BC17

Tints of Bird Flower #C4BC17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.65%

R = 48.16%
G = 46.19%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C4BC17 (or 0xC4BC17) is known color: Bird Flower. HEX triplet: C4, BC and 17. RGB value is (196,188,23). Sum of RGB (Red+Green+Blue) = 196+188+23=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 23 (9.38% from 255 or 5.65% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BC17 is #3B43E8. Grayscale: #ACACAC. Windows color (decimal): -3884009 or 1555652. OLE color: 1555652.

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

Color convert

RGB 196 188 23 -
CMYK 0 0.04 0.88 0.23
HSL 57.23º 0.79% 0.43% -
HSV(B) 57.23º 0.88% 0.77% -
XYZ 40.9 47.76 7.87 -
YUV 171.58 44.15 145.42 -
System Red Green Blue C M Y K H S L
Decimal 196 188 23 0 0.04 0.88 0.23 57.23 0.79 0.43
Hex C4 BC 17 0 4 58 17 39 4F 2B
Octal 304 274 27 0 4 130 27 71 117 53
Binary 11000100 10111100 10111 0 100 1011000 10111 111001 1001111 101011

Color Harmonies of #C4BC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC17

Black with #C4BC17

Text Example


Text Example

White with #C4BC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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