Html Css Color HEX #92BA00 Citrus

📋 copy color: '#92BA00'

red 146 ◦ green 186 ◦ blue 0

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

Shades of Citrus #92BA00

Tints of Citrus #92BA00

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.02%

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

R = 43.98%
G = 56.02%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#92BA00 (or 0x92BA00) is known color: Citrus. HEX triplet: 92, BA and 00. RGB value is (146,186,0). Sum of RGB (Red+Green+Blue) = 146+186+0=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BA00 is #6D45FF. Grayscale: #999999. Windows color (decimal): -7161344 or 47762. OLE color: 47762.

HSL color Cylindrical-coordinate representation of color #92BA00: hue angle of 72.9º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92BA00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 186 0 -
CMYK 0.22 0 1 0.27
HSL 72.9º 1% 0.36% -
HSV(B) 72.9º 1% 0.73% -
XYZ 29.41 41.23 6.41 -
YUV 152.84 41.75 123.12 -
System Red Green Blue C M Y K H S L
Decimal 146 186 0 0.22 0 1 0.27 72.9 1 0.36
Hex 92 BA 0 16 0 64 1B 49 64 24
Octal 222 272 0 26 0 144 33 111 144 44
Binary 10010010 10111010 0 10110 0 1100100 11011 1001001 1100100 100100

Color Harmonies of #92BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BA00

Black with #92BA00

Text Example


Text Example

White with #92BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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