Html Css Color HEX #C0B527 Earls Green

📋 copy color: '#C0B527'

red 192 ◦ green 181 ◦ blue 39

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

Shades of Earls Green #C0B527

Tints of Earls Green #C0B527

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.93%

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

R = 46.6%
G = 43.93%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C0B527 (or 0xC0B527) is known color: Earls Green. HEX triplet: C0, B5 and 27. RGB value is (192,181,39). Sum of RGB (Red+Green+Blue) = 192+181+39=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 39 (15.62% from 255 or 9.47% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B527 is #3F4AD8. Grayscale: #A8A8A8. Windows color (decimal): -4147929 or 2602432. OLE color: 2602432.

HSL color Cylindrical-coordinate representation of color #C0B527: hue angle of 55.69º 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 #C0B527 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 181 39 -
CMYK 0 0.06 0.80 0.25
HSL 55.69º 0.66% 0.45% -
HSV(B) 55.69º 0.8% 0.75% -
XYZ 38.63 44.4 8.45 -
YUV 168.1 55.14 145.05 -
System Red Green Blue C M Y K H S L
Decimal 192 181 39 0 0.06 0.80 0.25 55.69 0.66 0.45
Hex C0 B5 27 0 6 50 19 38 42 2D
Octal 300 265 47 0 6 120 31 70 102 55
Binary 11000000 10110101 100111 0 110 1010000 11001 111000 1000010 101101

Color Harmonies of #C0B527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B527

Black with #C0B527

Text Example


Text Example

White with #C0B527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B527; }

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

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

background-color css

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

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

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

border-color css

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

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

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