Html Css Color HEX #C2B023 Earls Green

📋 copy color: '#C2B023'

red 194 ◦ green 176 ◦ blue 35

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

Shades of Earls Green #C2B023

Tints of Earls Green #C2B023

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.46%

 BLUE value IS 35 (14.06% from 255) = 8.64%

R = 47.9%
G = 43.46%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C2B023 (or 0xC2B023) is known color: Earls Green. HEX triplet: C2, B0 and 23. RGB value is (194,176,35). Sum of RGB (Red+Green+Blue) = 194+176+35=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B023 is #3D4FDC. Grayscale: #A5A5A5. Windows color (decimal): -4018141 or 2339010. OLE color: 2339010.

HSL color Cylindrical-coordinate representation of color #C2B023: hue angle of 53.21º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2B023 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 176 35 -
CMYK 0 0.09 0.82 0.24
HSL 53.21º 0.69% 0.45% -
HSV(B) 53.21º 0.82% 0.76% -
XYZ 38.08 42.64 7.81 -
YUV 165.31 54.46 148.46 -
System Red Green Blue C M Y K H S L
Decimal 194 176 35 0 0.09 0.82 0.24 53.21 0.69 0.45
Hex C2 B0 23 0 9 52 18 35 45 2D
Octal 302 260 43 0 11 122 30 65 105 55
Binary 11000010 10110000 100011 0 1001 1010010 11000 110101 1000101 101101

Color Harmonies of #C2B023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B023

Black with #C2B023

Text Example


Text Example

White with #C2B023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B023; }

 p { color: rgb(194,176,35); }

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

background-color css

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

 a { background-color: rgb(194,176,35); }

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

border-color css

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

 span { border-color: rgb(194,176,35); }

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