Html Css Color HEX #C4BA1A Bird Flower

📋 copy color: '#C4BA1A'

red 196 ◦ green 186 ◦ blue 26

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

Shades of Bird Flower #C4BA1A

Tints of Bird Flower #C4BA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.37%

R = 48.04%
G = 45.59%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4BA1A (or 0xC4BA1A) is known color: Bird Flower. HEX triplet: C4, BA and 1A. RGB value is (196,186,26). Sum of RGB (Red+Green+Blue) = 196+186+26=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA1A is #3B45E5. Grayscale: #ABABAB. Windows color (decimal): -3884518 or 1751748. OLE color: 1751748.

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

Color convert

RGB 196 186 26 -
CMYK 0 0.05 0.87 0.23
HSL 56.47º 0.77% 0.44% -
HSV(B) 56.47º 0.87% 0.77% -
XYZ 40.51 46.93 7.9 -
YUV 170.75 46.31 146.01 -
System Red Green Blue C M Y K H S L
Decimal 196 186 26 0 0.05 0.87 0.23 56.47 0.77 0.44
Hex C4 BA 1A 0 5 57 17 38 4D 2C
Octal 304 272 32 0 5 127 27 70 115 54
Binary 11000100 10111010 11010 0 101 1010111 10111 111000 1001101 101100

Color Harmonies of #C4BA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA1A

Black with #C4BA1A

Text Example


Text Example

White with #C4BA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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