Html Css Color HEX #C4AB26 Earls Green

📋 copy color: '#C4AB26'

red 196 ◦ green 171 ◦ blue 38

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

Shades of Earls Green #C4AB26

Tints of Earls Green #C4AB26

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.22%

 BLUE value IS 38 (15.23% from 255) = 9.38%

R = 48.4%
G = 42.22%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C4AB26 (or 0xC4AB26) is known color: Earls Green. HEX triplet: C4, AB and 26. RGB value is (196,171,38). Sum of RGB (Red+Green+Blue) = 196+171+38=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AB26 is #3B54D9. Grayscale: #A3A3A3. Windows color (decimal): -3888346 or 2534340. OLE color: 2534340.

HSL color Cylindrical-coordinate representation of color #C4AB26: hue angle of 50.51º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4AB26 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 171 38 -
CMYK 0 0.13 0.81 0.23
HSL 50.51º 0.68% 0.46% -
HSV(B) 50.51º 0.81% 0.77% -
XYZ 37.68 41 7.76 -
YUV 163.31 57.28 151.31 -
System Red Green Blue C M Y K H S L
Decimal 196 171 38 0 0.13 0.81 0.23 50.51 0.68 0.46
Hex C4 AB 26 0 D 51 17 33 44 2E
Octal 304 253 46 0 15 121 27 63 104 56
Binary 11000100 10101011 100110 0 1101 1010001 10111 110011 1000100 101110

Color Harmonies of #C4AB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AB26

Black with #C4AB26

Text Example


Text Example

White with #C4AB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AB26; }

 p { color: rgb(196,171,38); }

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

background-color css

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

 a { background-color: rgb(196,171,38); }

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

border-color css

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

 span { border-color: rgb(196,171,38); }

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