Html Css Color HEX #C3B022 Earls Green

📋 copy color: '#C3B022'

red 195 ◦ green 176 ◦ blue 34

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

Shades of Earls Green #C3B022

Tints of Earls Green #C3B022

RGB

 RED value IS 195 (76.56% from 255) = 48.15%

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

 BLUE value IS 34 (13.67% from 255) = 8.4%

R = 48.15%
G = 43.46%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C3B022 (or 0xC3B022) is known color: Earls Green. HEX triplet: C3, B0 and 22. RGB value is (195,176,34). Sum of RGB (Red+Green+Blue) = 195+176+34=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 34 (13.67% from 255 or 8.40% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3B022 is #3C4FDD. Grayscale: #A6A6A6. Windows color (decimal): -3952606 or 2273475. OLE color: 2273475.

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

Color convert

RGB 195 176 34 -
CMYK 0 0.10 0.83 0.24
HSL 52.92º 0.7% 0.45% -
HSV(B) 52.92º 0.83% 0.76% -
XYZ 38.32 42.77 7.75 -
YUV 165.49 53.79 149.05 -
System Red Green Blue C M Y K H S L
Decimal 195 176 34 0 0.10 0.83 0.24 52.92 0.7 0.45
Hex C3 B0 22 0 A 53 18 35 46 2D
Octal 303 260 42 0 12 123 30 65 106 55
Binary 11000011 10110000 100010 0 1010 1010011 11000 110101 1000110 101101

Color Harmonies of #C3B022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B022

Black with #C3B022

Text Example


Text Example

White with #C3B022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B022; }

 p { color: rgb(195,176,34); }

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

background-color css

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

 a { background-color: rgb(195,176,34); }

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

border-color css

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

 span { border-color: rgb(195,176,34); }

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