Html Css Color HEX #C2B125 Earls Green

📋 copy color: '#C2B125'

red 194 ◦ green 177 ◦ blue 37

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

Shades of Earls Green #C2B125

Tints of Earls Green #C2B125

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.38%

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

R = 47.55%
G = 43.38%
B = 9.07%

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

#C2B125 (or 0xC2B125) is known color: Earls Green. HEX triplet: C2, B1 and 25. RGB value is (194,177,37). Sum of RGB (Red+Green+Blue) = 194+177+37=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B125 is #3D4EDA. Grayscale: #A6A6A6. Windows color (decimal): -4017883 or 2470338. OLE color: 2470338.

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

Color convert

RGB 194 177 37 -
CMYK 0 0.09 0.81 0.24
HSL 53.5º 0.68% 0.45% -
HSV(B) 53.5º 0.81% 0.76% -
XYZ 38.3 43.05 8.04 -
YUV 166.12 55.13 147.88 -
System Red Green Blue C M Y K H S L
Decimal 194 177 37 0 0.09 0.81 0.24 53.5 0.68 0.45
Hex C2 B1 25 0 9 51 18 36 44 2D
Octal 302 261 45 0 11 121 30 66 104 55
Binary 11000010 10110001 100101 0 1001 1010001 11000 110110 1000100 101101

Color Harmonies of #C2B125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B125

Black with #C2B125

Text Example


Text Example

White with #C2B125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B125; }

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

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

background-color css

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

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

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

border-color css

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

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

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