Html Css Color HEX #C2B725 Earls Green

📋 copy color: '#C2B725'

red 194 ◦ green 183 ◦ blue 37

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

Shades of Earls Green #C2B725

Tints of Earls Green #C2B725

RGB

 RED value IS 194 (76.17% from 255) = 46.86%

 GREEN value IS 183 (71.88% from 255) = 44.2%

 BLUE value IS 37 (14.84% from 255) = 8.94%

R = 46.86%
G = 44.2%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C2B725 (or 0xC2B725) is known color: Earls Green. HEX triplet: C2, B7 and 25. RGB value is (194,183,37). Sum of RGB (Red+Green+Blue) = 194+183+37=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 37 (14.84% from 255 or 8.94% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B725 is #3D48DA. Grayscale: #AAAAAA. Windows color (decimal): -4016347 or 2471874. OLE color: 2471874.

HSL color Cylindrical-coordinate representation of color #C2B725: hue angle of 55.8º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2B725 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 183 37 -
CMYK 0 0.06 0.81 0.24
HSL 55.8º 0.68% 0.45% -
HSV(B) 55.8º 0.81% 0.76% -
XYZ 39.52 45.47 8.44 -
YUV 169.65 53.14 145.37 -
System Red Green Blue C M Y K H S L
Decimal 194 183 37 0 0.06 0.81 0.24 55.8 0.68 0.45
Hex C2 B7 25 0 6 51 18 38 44 2D
Octal 302 267 45 0 6 121 30 70 104 55
Binary 11000010 10110111 100101 0 110 1010001 11000 111000 1000100 101101

Color Harmonies of #C2B725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B725

Black with #C2B725

Text Example


Text Example

White with #C2B725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B725; }

 p { color: rgb(194,183,37); }

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

background-color css

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

 a { background-color: rgb(194,183,37); }

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

border-color css

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

 span { border-color: rgb(194,183,37); }

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