Html Css Color HEX #95A22D Citron

📋 copy color: '#95A22D'

red 149 ◦ green 162 ◦ blue 45

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

Shades of Citron #95A22D

Tints of Citron #95A22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.64%

R = 41.85%
G = 45.51%
B = 12.64%

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

#95A22D (or 0x95A22D) is known color: Citron. HEX triplet: 95, A2 and 2D. RGB value is (149,162,45). Sum of RGB (Red+Green+Blue) = 149+162+45=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #95A22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A22D is #6A5DD2. Grayscale: #919191. Windows color (decimal): -6970835 or 2990741. OLE color: 2990741.

HSL color Cylindrical-coordinate representation of color #95A22D: hue angle of 66.67º degrees, saturation: 0.57, 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 #95A22D is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 162 45 -
CMYK 0.08 0 0.72 0.36
HSL 66.67º 0.57% 0.41% -
HSV(B) 66.67º 0.72% 0.64% -
XYZ 25.79 32.42 7.38 -
YUV 144.78 71.69 131.01 -
System Red Green Blue C M Y K H S L
Decimal 149 162 45 0.08 0 0.72 0.36 66.67 0.57 0.41
Hex 95 A2 2D 8 0 48 24 43 39 29
Octal 225 242 55 10 0 110 44 103 71 51
Binary 10010101 10100010 101101 1000 0 1001000 100100 1000011 111001 101001

Color Harmonies of #95A22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A22D

Black with #95A22D

Text Example


Text Example

White with #95A22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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