Html Css Color HEX #C2B025 Earls Green

📋 copy color: '#C2B025'

red 194 ◦ green 176 ◦ blue 37

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

Shades of Earls Green #C2B025

Tints of Earls Green #C2B025

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.24%

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

R = 47.67%
G = 43.24%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C2B025 (or 0xC2B025) is known color: Earls Green. HEX triplet: C2, B0 and 25. RGB value is (194,176,37). Sum of RGB (Red+Green+Blue) = 194+176+37=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B025 is #3D4FDA. Grayscale: #A6A6A6. Windows color (decimal): -4018139 or 2470082. OLE color: 2470082.

HSL color Cylindrical-coordinate representation of color #C2B025: hue angle of 53.12º 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 #C2B025 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 176 37 -
CMYK 0 0.09 0.81 0.24
HSL 53.12º 0.68% 0.45% -
HSV(B) 53.12º 0.81% 0.76% -
XYZ 38.11 42.65 7.97 -
YUV 165.54 55.46 148.3 -
System Red Green Blue C M Y K H S L
Decimal 194 176 37 0 0.09 0.81 0.24 53.12 0.68 0.45
Hex C2 B0 25 0 9 51 18 35 44 2D
Octal 302 260 45 0 11 121 30 65 104 55
Binary 11000010 10110000 100101 0 1001 1010001 11000 110101 1000100 101101

Color Harmonies of #C2B025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B025

Black with #C2B025

Text Example


Text Example

White with #C2B025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B025; }

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

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

background-color css

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

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

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

border-color css

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

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

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