Html Css Color HEX #C4BA17 Bird Flower

📋 copy color: '#C4BA17'

red 196 ◦ green 186 ◦ blue 23

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

Shades of Bird Flower #C4BA17

Tints of Bird Flower #C4BA17

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.93%

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

R = 48.4%
G = 45.93%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C4BA17 (or 0xC4BA17) is known color: Bird Flower. HEX triplet: C4, BA and 17. RGB value is (196,186,23). Sum of RGB (Red+Green+Blue) = 196+186+23=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BA17 is #3B45E8. Grayscale: #ABABAB. Windows color (decimal): -3884521 or 1555140. OLE color: 1555140.

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

Color convert

RGB 196 186 23 -
CMYK 0 0.05 0.88 0.23
HSL 56.53º 0.79% 0.43% -
HSV(B) 56.53º 0.88% 0.77% -
XYZ 40.48 46.92 7.73 -
YUV 170.41 44.81 146.25 -
System Red Green Blue C M Y K H S L
Decimal 196 186 23 0 0.05 0.88 0.23 56.53 0.79 0.43
Hex C4 BA 17 0 5 58 17 39 4F 2B
Octal 304 272 27 0 5 130 27 71 117 53
Binary 11000100 10111010 10111 0 101 1011000 10111 111001 1001111 101011

Color Harmonies of #C4BA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA17

Black with #C4BA17

Text Example


Text Example

White with #C4BA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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