Html Css Color HEX #C2B51F Earls Green

📋 copy color: '#C2B51F'

red 194 ◦ green 181 ◦ blue 31

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

Shades of Earls Green #C2B51F

Tints of Earls Green #C2B51F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.64%

R = 47.78%
G = 44.58%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2B51F (or 0xC2B51F) is known color: Earls Green. HEX triplet: C2, B5 and 1F. RGB value is (194,181,31). Sum of RGB (Red+Green+Blue) = 194+181+31=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 31 (12.5% from 255 or 7.64% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B51F is #3D4AE0. Grayscale: #A8A8A8. Windows color (decimal): -4016865 or 2078146. OLE color: 2078146.

HSL color Cylindrical-coordinate representation of color #C2B51F: hue angle of 55.21º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2B51F is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 181 31 -
CMYK 0 0.07 0.84 0.24
HSL 55.21º 0.72% 0.44% -
HSV(B) 55.21º 0.84% 0.76% -
XYZ 39.02 44.62 7.85 -
YUV 167.79 50.81 146.7 -
System Red Green Blue C M Y K H S L
Decimal 194 181 31 0 0.07 0.84 0.24 55.21 0.72 0.44
Hex C2 B5 1F 0 7 54 18 37 48 2C
Octal 302 265 37 0 7 124 30 67 110 54
Binary 11000010 10110101 11111 0 111 1010100 11000 110111 1001000 101100

Color Harmonies of #C2B51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B51F

Black with #C2B51F

Text Example


Text Example

White with #C2B51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B51F; }

 p { color: rgb(194,181,31); }

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

background-color css

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

 a { background-color: rgb(194,181,31); }

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

border-color css

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

 span { border-color: rgb(194,181,31); }

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