Html Css Color HEX #C2B426 Earls Green

📋 copy color: '#C2B426'

red 194 ◦ green 180 ◦ blue 38

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

Shades of Earls Green #C2B426

Tints of Earls Green #C2B426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.22%

R = 47.09%
G = 43.69%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C2B426 (or 0xC2B426) is known color: Earls Green. HEX triplet: C2, B4 and 26. RGB value is (194,180,38). Sum of RGB (Red+Green+Blue) = 194+180+38=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 38 (15.23% from 255 or 9.22% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B426 is #3D4BD9. Grayscale: #A8A8A8. Windows color (decimal): -4017114 or 2536642. OLE color: 2536642.

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

Color convert

RGB 194 180 38 -
CMYK 0 0.07 0.80 0.24
HSL 54.62º 0.67% 0.45% -
HSV(B) 54.62º 0.8% 0.76% -
XYZ 38.92 44.25 8.32 -
YUV 168 54.64 146.55 -
System Red Green Blue C M Y K H S L
Decimal 194 180 38 0 0.07 0.80 0.24 54.62 0.67 0.45
Hex C2 B4 26 0 7 50 18 37 43 2D
Octal 302 264 46 0 7 120 30 67 103 55
Binary 11000010 10110100 100110 0 111 1010000 11000 110111 1000011 101101

Color Harmonies of #C2B426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B426

Black with #C2B426

Text Example


Text Example

White with #C2B426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B426; }

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

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

background-color css

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

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

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

border-color css

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

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

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