Html Css Color HEX #C0B419 Earls Green

📋 copy color: '#C0B419'

red 192 ◦ green 180 ◦ blue 25

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

Shades of Earls Green #C0B419

Tints of Earls Green #C0B419

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.34%

 BLUE value IS 25 (10.16% from 255) = 6.3%

R = 48.36%
G = 45.34%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C0B419 (or 0xC0B419) is known color: Earls Green. HEX triplet: C0, B4 and 19. RGB value is (192,180,25). Sum of RGB (Red+Green+Blue) = 192+180+25=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B419 is #3F4BE6. Grayscale: #A6A6A6. Windows color (decimal): -4148199 or 1684672. OLE color: 1684672.

HSL color Cylindrical-coordinate representation of color #C0B419: hue angle of 55.69º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0B419 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 180 25 -
CMYK 0 0.06 0.87 0.25
HSL 55.69º 0.77% 0.43% -
HSV(B) 55.69º 0.87% 0.75% -
XYZ 38.23 43.92 7.38 -
YUV 165.92 48.48 146.6 -
System Red Green Blue C M Y K H S L
Decimal 192 180 25 0 0.06 0.87 0.25 55.69 0.77 0.43
Hex C0 B4 19 0 6 57 19 38 4D 2B
Octal 300 264 31 0 6 127 31 70 115 53
Binary 11000000 10110100 11001 0 110 1010111 11001 111000 1001101 101011

Color Harmonies of #C0B419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B419

Black with #C0B419

Text Example


Text Example

White with #C0B419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B419; }

 p { color: rgb(192,180,25); }

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

background-color css

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

 a { background-color: rgb(192,180,25); }

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

border-color css

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

 span { border-color: rgb(192,180,25); }

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