Html Css Color HEX #C0B227 Earls Green

📋 copy color: '#C0B227'

red 192 ◦ green 178 ◦ blue 39

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

Shades of Earls Green #C0B227

Tints of Earls Green #C0B227

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.52%

 BLUE value IS 39 (15.63% from 255) = 9.54%

R = 46.94%
G = 43.52%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C0B227 (or 0xC0B227) is known color: Earls Green. HEX triplet: C0, B2 and 27. RGB value is (192,178,39). Sum of RGB (Red+Green+Blue) = 192+178+39=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B227 is #3F4DD8. Grayscale: #A6A6A6. Windows color (decimal): -4148697 or 2601664. OLE color: 2601664.

HSL color Cylindrical-coordinate representation of color #C0B227: hue angle of 54.51º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0B227 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 178 39 -
CMYK 0 0.07 0.80 0.25
HSL 54.51º 0.66% 0.45% -
HSV(B) 54.51º 0.8% 0.75% -
XYZ 38.02 43.19 8.25 -
YUV 166.34 56.14 146.3 -
System Red Green Blue C M Y K H S L
Decimal 192 178 39 0 0.07 0.80 0.25 54.51 0.66 0.45
Hex C0 B2 27 0 7 50 19 37 42 2D
Octal 300 262 47 0 7 120 31 67 102 55
Binary 11000000 10110010 100111 0 111 1010000 11001 110111 1000010 101101

Color Harmonies of #C0B227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B227

Black with #C0B227

Text Example


Text Example

White with #C0B227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B227; }

 p { color: rgb(192,178,39); }

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

background-color css

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

 a { background-color: rgb(192,178,39); }

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

border-color css

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

 span { border-color: rgb(192,178,39); }

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