Html Css Color HEX #C2B825 Earls Green

📋 copy color: '#C2B825'

red 194 ◦ green 184 ◦ blue 37

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

Shades of Earls Green #C2B825

Tints of Earls Green #C2B825

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.34%

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

R = 46.75%
G = 44.34%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C2B825 (or 0xC2B825) is known color: Earls Green. HEX triplet: C2, B8 and 25. RGB value is (194,184,37). Sum of RGB (Red+Green+Blue) = 194+184+37=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 37 (14.84% from 255 or 8.92% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B825 is #3D47DA. Grayscale: #AAAAAA. Windows color (decimal): -4016091 or 2472130. OLE color: 2472130.

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

Color convert

RGB 194 184 37 -
CMYK 0 0.05 0.81 0.24
HSL 56.18º 0.68% 0.45% -
HSV(B) 56.18º 0.81% 0.76% -
XYZ 39.72 45.88 8.51 -
YUV 170.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 194 184 37 0 0.05 0.81 0.24 56.18 0.68 0.45
Hex C2 B8 25 0 5 51 18 38 44 2D
Octal 302 270 45 0 5 121 30 70 104 55
Binary 11000010 10111000 100101 0 101 1010001 11000 111000 1000100 101101

Color Harmonies of #C2B825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B825

Black with #C2B825

Text Example


Text Example

White with #C2B825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B825; }

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

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

background-color css

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

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

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

border-color css

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

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

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