Html Css Color HEX #C2B41B Earls Green

📋 copy color: '#C2B41B'

red 194 ◦ green 180 ◦ blue 27

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

Shades of Earls Green #C2B41B

Tints of Earls Green #C2B41B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.89%

 BLUE value IS 27 (10.94% from 255) = 6.73%

R = 48.38%
G = 44.89%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2B41B (or 0xC2B41B) is known color: Earls Green. HEX triplet: C2, B4 and 1B. RGB value is (194,180,27). Sum of RGB (Red+Green+Blue) = 194+180+27=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B41B is #3D4BE4. Grayscale: #A7A7A7. Windows color (decimal): -4017125 or 1815746. OLE color: 1815746.

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

Color convert

RGB 194 180 27 -
CMYK 0 0.07 0.86 0.24
HSL 54.97º 0.76% 0.43% -
HSV(B) 54.97º 0.86% 0.76% -
XYZ 38.77 44.19 7.52 -
YUV 166.74 49.14 147.44 -
System Red Green Blue C M Y K H S L
Decimal 194 180 27 0 0.07 0.86 0.24 54.97 0.76 0.43
Hex C2 B4 1B 0 7 56 18 37 4C 2B
Octal 302 264 33 0 7 126 30 67 114 53
Binary 11000010 10110100 11011 0 111 1010110 11000 110111 1001100 101011

Color Harmonies of #C2B41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B41B

Black with #C2B41B

Text Example


Text Example

White with #C2B41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B41B; }

 p { color: rgb(194,180,27); }

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

background-color css

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

 a { background-color: rgb(194,180,27); }

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

border-color css

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

 span { border-color: rgb(194,180,27); }

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