#9BEB02

Color #9BEB02 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #9BEB02

Tints of Spring Bud #9BEB02

Color information

#9BEB02 (or 0x9BEB02) is unknown color: approx Spring Bud. HEX triplet: 9B, EB and 02. RGB value is (155,235,2). Sum of RGB (Red+Green+Blue) = 155+235+2=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 235 (92.19% from 255 or 59.95% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEB02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BEB02 is #6414FD. Grayscale: #B9B9B9. Windows color (decimal): -6558974 or 191387. OLE color: 191387.

HSL color Cylindrical-coordinate representation of color #9BEB02: hue angle of 80.6º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BEB02 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB1552352-
CMYK0.3400.990.08
HSL80.6º98.31%46.47%-
HSV(B)80.6º99.15%92.16%-
XYZ43.2466.3910.59-
YUV184.5225106.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.54%
GREEN value IS 235 (92.19% from 255) = 59.95%
BLUE value IS 2 (1.17% from 255) = 0.51%
R=39.54%
G=59.95%
B=0.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal15523520.3400.990.0880.698.3146.47
Hex9BEB222063851622e
Octal23335324201431012114256
Binary10011011111010111010001001100011100010100011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BEB02; }

 p { color: rgb(155,235,2); }

 H1.HeaderClassName
 {
   color: #9BEB02;
 }
 .AnyTagClassName
 {
   color: #9BEB02;
 }
</style>
background-color css

<style>
 a { background-color: #9BEB02; }

 a { background-color: rgb(155,235,2); }

 div.DivClassName
 {
   background-color: #9BEB02;
 }
 .BgClassName
 {
   background-color: #9BEB02;
 }
</style>
border-color css

<style>
 span { border-color: #9BEB02; }

 span { border-color: rgb(155,235,2); }

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