Html Css Color HEX #92A132 Citron

📋 copy color: '#92A132'

red 146 ◦ green 161 ◦ blue 50

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

Shades of Citron #92A132

Tints of Citron #92A132

RGB

 RED value IS 146 (57.42% from 255) = 40.9%

 GREEN value IS 161 (63.28% from 255) = 45.1%

 BLUE value IS 50 (19.92% from 255) = 14.01%

R = 40.9%
G = 45.1%
B = 14.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#92A132 (or 0x92A132) is known color: Citron. HEX triplet: 92, A1 and 32. RGB value is (146,161,50). Sum of RGB (Red+Green+Blue) = 146+161+50=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #92A132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A132 is #6D5ECD. Grayscale: #909090. Windows color (decimal): -7167694 or 3318162. OLE color: 3318162.

HSL color Cylindrical-coordinate representation of color #92A132: hue angle of 68.11º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92A132 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 146 161 50 -
CMYK 0.09 0 0.69 0.37
HSL 68.11º 0.53% 0.41% -
HSV(B) 68.11º 0.69% 0.63% -
XYZ 25.17 31.83 7.83 -
YUV 143.86 75.03 129.53 -
System Red Green Blue C M Y K H S L
Decimal 146 161 50 0.09 0 0.69 0.37 68.11 0.53 0.41
Hex 92 A1 32 9 0 45 25 44 35 29
Octal 222 241 62 11 0 105 45 104 65 51
Binary 10010010 10100001 110010 1001 0 1000101 100101 1000100 110101 101001

Color Harmonies of #92A132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A132

Black with #92A132

Text Example


Text Example

White with #92A132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92A132; }

 p { color: rgb(146,161,50); }

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

background-color css

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

 a { background-color: rgb(146,161,50); }

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

border-color css

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

 span { border-color: rgb(146,161,50); }

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