Html Css Color HEX #95922A Citron

📋 copy color: '#95922A'

red 149 ◦ green 146 ◦ blue 42

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

Shades of Citron #95922A

Tints of Citron #95922A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.32%

 BLUE value IS 42 (16.8% from 255) = 12.46%

R = 44.21%
G = 43.32%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#95922A (or 0x95922A) is known color: Citron. HEX triplet: 95, 92 and 2A. RGB value is (149,146,42). Sum of RGB (Red+Green+Blue) = 149+146+42=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #95922A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95922A is #6A6DD5. Grayscale: #878787. Windows color (decimal): -6974934 or 2790037. OLE color: 2790037.

HSL color Cylindrical-coordinate representation of color #95922A: hue angle of 58.32º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95922A is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 146 42 -
CMYK 0 0.02 0.72 0.42
HSL 58.32º 0.56% 0.37% -
HSV(B) 58.32º 0.72% 0.58% -
XYZ 23.09 27.11 6.21 -
YUV 135.04 75.49 137.96 -
System Red Green Blue C M Y K H S L
Decimal 149 146 42 0 0.02 0.72 0.42 58.32 0.56 0.37
Hex 95 92 2A 0 2 48 2A 3A 38 25
Octal 225 222 52 0 2 110 52 72 70 45
Binary 10010101 10010010 101010 0 10 1001000 101010 111010 111000 100101

Color Harmonies of #95922A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95922A

Black with #95922A

Text Example


Text Example

White with #95922A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95922A; }

 p { color: rgb(149,146,42); }

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

background-color css

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

 a { background-color: rgb(149,146,42); }

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

border-color css

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

 span { border-color: rgb(149,146,42); }

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