Html Css Color HEX #C0B429 Earls Green

📋 copy color: '#C0B429'

red 192 ◦ green 180 ◦ blue 41

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

Shades of Earls Green #C0B429

Tints of Earls Green #C0B429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.93%

R = 46.49%
G = 43.58%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C0B429 (or 0xC0B429) is known color: Earls Green. HEX triplet: C0, B4 and 29. RGB value is (192,180,41). Sum of RGB (Red+Green+Blue) = 192+180+41=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B429 is #3F4BD6. Grayscale: #A8A8A8. Windows color (decimal): -4148183 or 2733248. OLE color: 2733248.

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

Color convert

RGB 192 180 41 -
CMYK 0 0.06 0.79 0.25
HSL 55.23º 0.65% 0.46% -
HSV(B) 55.23º 0.79% 0.75% -
XYZ 38.46 44.01 8.57 -
YUV 167.74 56.48 145.3 -
System Red Green Blue C M Y K H S L
Decimal 192 180 41 0 0.06 0.79 0.25 55.23 0.65 0.46
Hex C0 B4 29 0 6 4F 19 37 41 2E
Octal 300 264 51 0 6 117 31 67 101 56
Binary 11000000 10110100 101001 0 110 1001111 11001 110111 1000001 101110

Color Harmonies of #C0B429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B429

Black with #C0B429

Text Example


Text Example

White with #C0B429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B429; }

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

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

background-color css

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

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

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

border-color css

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

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

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