Html Css Color HEX #C0B422 Earls Green

📋 copy color: '#C0B422'

red 192 ◦ green 180 ◦ blue 34

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

Shades of Earls Green #C0B422

Tints of Earls Green #C0B422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.37%

R = 47.29%
G = 44.33%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C0B422 (or 0xC0B422) is known color: Earls Green. HEX triplet: C0, B4 and 22. RGB value is (192,180,34). Sum of RGB (Red+Green+Blue) = 192+180+34=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 34 (13.67% from 255 or 8.37% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B422 is #3F4BDD. Grayscale: #A7A7A7. Windows color (decimal): -4148190 or 2274496. OLE color: 2274496.

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

Color convert

RGB 192 180 34 -
CMYK 0 0.06 0.82 0.25
HSL 55.44º 0.7% 0.44% -
HSV(B) 55.44º 0.82% 0.75% -
XYZ 38.35 43.96 7.98 -
YUV 166.94 52.98 145.87 -
System Red Green Blue C M Y K H S L
Decimal 192 180 34 0 0.06 0.82 0.25 55.44 0.7 0.44
Hex C0 B4 22 0 6 52 19 37 46 2C
Octal 300 264 42 0 6 122 31 67 106 54
Binary 11000000 10110100 100010 0 110 1010010 11001 110111 1000110 101100

Color Harmonies of #C0B422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B422

Black with #C0B422

Text Example


Text Example

White with #C0B422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B422; }

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

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

background-color css

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

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

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

border-color css

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

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

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