Html Css Color HEX #C4BA1D Bird Flower

📋 copy color: '#C4BA1D'

red 196 ◦ green 186 ◦ blue 29

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

Shades of Bird Flower #C4BA1D

Tints of Bird Flower #C4BA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.06%

R = 47.69%
G = 45.26%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4BA1D (or 0xC4BA1D) is known color: Bird Flower. HEX triplet: C4, BA and 1D. RGB value is (196,186,29). Sum of RGB (Red+Green+Blue) = 196+186+29=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA1D is #3B45E2. Grayscale: #ABABAB. Windows color (decimal): -3884515 or 1948356. OLE color: 1948356.

HSL color Cylindrical-coordinate representation of color #C4BA1D: hue angle of 56.41º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4BA1D is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 186 29 -
CMYK 0 0.05 0.85 0.23
HSL 56.41º 0.74% 0.44% -
HSV(B) 56.41º 0.85% 0.77% -
XYZ 40.55 46.94 8.09 -
YUV 171.09 47.81 145.77 -
System Red Green Blue C M Y K H S L
Decimal 196 186 29 0 0.05 0.85 0.23 56.41 0.74 0.44
Hex C4 BA 1D 0 5 55 17 38 4A 2C
Octal 304 272 35 0 5 125 27 70 112 54
Binary 11000100 10111010 11101 0 101 1010101 10111 111000 1001010 101100

Color Harmonies of #C4BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA1D

Black with #C4BA1D

Text Example


Text Example

White with #C4BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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