Html Css Color HEX #C4BA1E Bird Flower

📋 copy color: '#C4BA1E'

red 196 ◦ green 186 ◦ blue 30

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

Shades of Bird Flower #C4BA1E

Tints of Bird Flower #C4BA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.28%

R = 47.57%
G = 45.15%
B = 7.28%

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

#C4BA1E (or 0xC4BA1E) is known color: Bird Flower. HEX triplet: C4, BA and 1E. RGB value is (196,186,30). Sum of RGB (Red+Green+Blue) = 196+186+30=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 30 (12.11% from 255 or 7.28% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA1E is #3B45E1. Grayscale: #ABABAB. Windows color (decimal): -3884514 or 2013892. OLE color: 2013892.

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

Color convert

RGB 196 186 30 -
CMYK 0 0.05 0.85 0.23
HSL 56.39º 0.73% 0.44% -
HSV(B) 56.39º 0.85% 0.77% -
XYZ 40.56 46.95 8.15 -
YUV 171.21 48.31 145.68 -
System Red Green Blue C M Y K H S L
Decimal 196 186 30 0 0.05 0.85 0.23 56.39 0.73 0.44
Hex C4 BA 1E 0 5 55 17 38 49 2C
Octal 304 272 36 0 5 125 27 70 111 54
Binary 11000100 10111010 11110 0 101 1010101 10111 111000 1001001 101100

Color Harmonies of #C4BA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA1E

Black with #C4BA1E

Text Example


Text Example

White with #C4BA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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