Html Css Color HEX #C4BA1F Bird Flower

📋 copy color: '#C4BA1F'

red 196 ◦ green 186 ◦ blue 31

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

Shades of Bird Flower #C4BA1F

Tints of Bird Flower #C4BA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.51%

R = 47.46%
G = 45.04%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4BA1F (or 0xC4BA1F) is known color: Bird Flower. HEX triplet: C4, BA and 1F. RGB value is (196,186,31). Sum of RGB (Red+Green+Blue) = 196+186+31=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 31 (12.5% from 255 or 7.51% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA1F is #3B45E0. Grayscale: #ABABAB. Windows color (decimal): -3884513 or 2079428. OLE color: 2079428.

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

Color convert

RGB 196 186 31 -
CMYK 0 0.05 0.84 0.23
HSL 56.36º 0.73% 0.45% -
HSV(B) 56.36º 0.84% 0.77% -
XYZ 40.57 46.95 8.22 -
YUV 171.32 48.81 145.6 -
System Red Green Blue C M Y K H S L
Decimal 196 186 31 0 0.05 0.84 0.23 56.36 0.73 0.45
Hex C4 BA 1F 0 5 54 17 38 49 2D
Octal 304 272 37 0 5 124 27 70 111 55
Binary 11000100 10111010 11111 0 101 1010100 10111 111000 1001001 101101

Color Harmonies of #C4BA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA1F

Black with #C4BA1F

Text Example


Text Example

White with #C4BA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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