Html Css Color HEX #92BA01 Citrus

📋 copy color: '#92BA01'

red 146 ◦ green 186 ◦ blue 1

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

Shades of Citrus #92BA01

Tints of Citrus #92BA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 43.84%
G = 55.86%
B = 0.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#92BA01 (or 0x92BA01) is known color: Citrus. HEX triplet: 92, BA and 01. RGB value is (146,186,1). Sum of RGB (Red+Green+Blue) = 146+186+1=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 186 (73.05% from 255 or 55.86% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BA01 is #6D45FE. Grayscale: #999999. Windows color (decimal): -7161343 or 113298. OLE color: 113298.

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

Color convert

RGB 146 186 1 -
CMYK 0.22 0 0.99 0.27
HSL 72.97º 0.99% 0.37% -
HSV(B) 72.97º 0.99% 0.73% -
XYZ 29.42 41.23 6.44 -
YUV 152.95 42.25 123.04 -
System Red Green Blue C M Y K H S L
Decimal 146 186 1 0.22 0 0.99 0.27 72.97 0.99 0.37
Hex 92 BA 1 16 0 63 1B 49 63 25
Octal 222 272 1 26 0 143 33 111 143 45
Binary 10010010 10111010 1 10110 0 1100011 11011 1001001 1100011 100101

Color Harmonies of #92BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BA01

Black with #92BA01

Text Example


Text Example

White with #92BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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