Html Css Color HEX #95A22E Citron

📋 copy color: '#95A22E'

red 149 ◦ green 162 ◦ blue 46

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

Shades of Citron #95A22E

Tints of Citron #95A22E

RGB

 RED value IS 149 (58.59% from 255) = 41.74%

 GREEN value IS 162 (63.67% from 255) = 45.38%

 BLUE value IS 46 (18.36% from 255) = 12.89%

R = 41.74%
G = 45.38%
B = 12.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#95A22E (or 0x95A22E) is known color: Citron. HEX triplet: 95, A2 and 2E. RGB value is (149,162,46). Sum of RGB (Red+Green+Blue) = 149+162+46=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #95A22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A22E is #6A5DD1. Grayscale: #919191. Windows color (decimal): -6970834 or 3056277. OLE color: 3056277.

HSL color Cylindrical-coordinate representation of color #95A22E: hue angle of 66.72º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95A22E is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 162 46 -
CMYK 0.08 0 0.72 0.36
HSL 66.72º 0.56% 0.41% -
HSV(B) 66.72º 0.72% 0.64% -
XYZ 25.81 32.43 7.48 -
YUV 144.89 72.19 130.93 -
System Red Green Blue C M Y K H S L
Decimal 149 162 46 0.08 0 0.72 0.36 66.72 0.56 0.41
Hex 95 A2 2E 8 0 48 24 43 38 29
Octal 225 242 56 10 0 110 44 103 70 51
Binary 10010101 10100010 101110 1000 0 1001000 100100 1000011 111000 101001

Color Harmonies of #95A22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A22E

Black with #95A22E

Text Example


Text Example

White with #95A22E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A22E; }

 p { color: rgb(149,162,46); }

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

background-color css

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

 a { background-color: rgb(149,162,46); }

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

border-color css

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

 span { border-color: rgb(149,162,46); }

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