Html Css Color HEX #C0AB23 Earls Green

📋 copy color: '#C0AB23'

red 192 ◦ green 171 ◦ blue 35

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

Shades of Earls Green #C0AB23

Tints of Earls Green #C0AB23

RGB

 RED value IS 192 (75.39% from 255) = 48.24%

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

 BLUE value IS 35 (14.06% from 255) = 8.79%

R = 48.24%
G = 42.96%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C0AB23 (or 0xC0AB23) is known color: Earls Green. HEX triplet: C0, AB and 23. RGB value is (192,171,35). Sum of RGB (Red+Green+Blue) = 192+171+35=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 35 (14.06% from 255 or 8.79% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AB23 is #3F54DC. Grayscale: #A2A2A2. Windows color (decimal): -4150493 or 2337728. OLE color: 2337728.

HSL color Cylindrical-coordinate representation of color #C0AB23: hue angle of 51.97º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0AB23 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 171 35 -
CMYK 0 0.11 0.82 0.25
HSL 51.97º 0.69% 0.45% -
HSV(B) 51.97º 0.82% 0.75% -
XYZ 36.6 40.45 7.47 -
YUV 161.78 56.46 149.56 -
System Red Green Blue C M Y K H S L
Decimal 192 171 35 0 0.11 0.82 0.25 51.97 0.69 0.45
Hex C0 AB 23 0 B 52 19 34 45 2D
Octal 300 253 43 0 13 122 31 64 105 55
Binary 11000000 10101011 100011 0 1011 1010010 11001 110100 1000101 101101

Color Harmonies of #C0AB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB23

Black with #C0AB23

Text Example


Text Example

White with #C0AB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB23; }

 p { color: rgb(192,171,35); }

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

background-color css

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

 a { background-color: rgb(192,171,35); }

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

border-color css

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

 span { border-color: rgb(192,171,35); }

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