Html Css Color HEX #92A800 Citrus

📋 copy color: '#92A800'

red 146 ◦ green 168 ◦ blue 0

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

Shades of Citrus #92A800

Tints of Citrus #92A800

RGB

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

 GREEN value IS 168 (66.02% from 255) = 53.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.5%
G = 53.5%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#92A800 (or 0x92A800) is known color: Citrus. HEX triplet: 92, A8 and 00. RGB value is (146,168,0). Sum of RGB (Red+Green+Blue) = 146+168+0=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 168 (66.02% from 255 or 53.50% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 168 - color contains mainly: green. Hex color #92A800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92A800 is #6D57FF. Grayscale: #8E8E8E. Windows color (decimal): -7165952 or 43154. OLE color: 43154.

HSL color Cylindrical-coordinate representation of color #92A800: hue angle of 67.86º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92A800 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB 146 168 0 -
CMYK 0.13 0 1 0.34
HSL 67.86º 1% 0.33% -
HSV(B) 67.86º 1% 0.66% -
XYZ 25.86 34.12 5.22 -
YUV 142.27 47.71 130.66 -
System Red Green Blue C M Y K H S L
Decimal 146 168 0 0.13 0 1 0.34 67.86 1 0.33
Hex 92 A8 0 D 0 64 22 44 64 21
Octal 222 250 0 15 0 144 42 104 144 41
Binary 10010010 10101000 0 1101 0 1100100 100010 1000100 1100100 100001

Color Harmonies of #92A800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A800

Black with #92A800

Text Example


Text Example

White with #92A800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,168,0); }

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

background-color css

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

 a { background-color: rgb(146,168,0); }

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

border-color css

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

 span { border-color: rgb(146,168,0); }

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