Html Css Color HEX #92B200 Citrus

📋 copy color: '#92B200'

red 146 ◦ green 178 ◦ blue 0

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

Shades of Citrus #92B200

Tints of Citrus #92B200

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.94%

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

R = 45.06%
G = 54.94%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#92B200 (or 0x92B200) is known color: Citrus. HEX triplet: 92, B2 and 00. RGB value is (146,178,0). Sum of RGB (Red+Green+Blue) = 146+178+0=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #92B200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92B200 is #6D4DFF. Grayscale: #949494. Windows color (decimal): -7163392 or 45714. OLE color: 45714.

HSL color Cylindrical-coordinate representation of color #92B200: hue angle of 70.79º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92B200 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 146 178 0 -
CMYK 0.18 0 1 0.30
HSL 70.79º 1% 0.35% -
HSV(B) 70.79º 1% 0.7% -
XYZ 27.77 37.95 5.86 -
YUV 148.14 44.4 126.47 -
System Red Green Blue C M Y K H S L
Decimal 146 178 0 0.18 0 1 0.30 70.79 1 0.35
Hex 92 B2 0 12 0 64 1E 47 64 23
Octal 222 262 0 22 0 144 36 107 144 43
Binary 10010010 10110010 0 10010 0 1100100 11110 1000111 1100100 100011

Color Harmonies of #92B200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B200

Black with #92B200

Text Example


Text Example

White with #92B200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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