Html Css Color HEX #96E90B Spring Bud

📋 copy color: '#96E90B'

red 150 ◦ green 233 ◦ blue 11

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

Shades of Spring Bud #96E90B

Tints of Spring Bud #96E90B

RGB

 RED value IS 150 (58.98% from 255) = 38.07%

 GREEN value IS 233 (91.41% from 255) = 59.14%

 BLUE value IS 11 (4.69% from 255) = 2.79%

R = 38.07%
G = 59.14%
B = 2.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#96E90B (or 0x96E90B) is known color: Spring Bud. HEX triplet: 96, E9 and 0B. RGB value is (150,233,11). Sum of RGB (Red+Green+Blue) = 150+233+11=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 233 (91.41% from 255 or 59.14% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 233 - color contains mainly: green. Hex color #96E90B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96E90B is #6916F4. Grayscale: #B7B7B7. Windows color (decimal): -6887157 or 780694. OLE color: 780694.

HSL color Cylindrical-coordinate representation of color #96E90B: hue angle of 82.43º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96E90B is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 233 11 -
CMYK 0.36 0 0.95 0.09
HSL 82.43º 0.91% 0.48% -
HSV(B) 82.43º 0.95% 0.91% -
XYZ 41.78 64.79 10.62 -
YUV 182.88 31 104.55 -
System Red Green Blue C M Y K H S L
Decimal 150 233 11 0.36 0 0.95 0.09 82.43 0.91 0.48
Hex 96 E9 B 24 0 5F 9 52 5B 30
Octal 226 351 13 44 0 137 11 122 133 60
Binary 10010110 11101001 1011 100100 0 1011111 1001 1010010 1011011 110000

Color Harmonies of #96E90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E90B

Black with #96E90B

Text Example


Text Example

White with #96E90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96E90B; }

 p { color: rgb(150,233,11); }

 H1.HeaderClassName
 {
   color: #96E90B;
 }
 .AnyTagClassName
 {
   color: #96E90B;
 }
</style>

background-color css

<style>
 a { background-color: #96E90B; }

 a { background-color: rgb(150,233,11); }

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

border-color css

<style>
 span { border-color: #96E90B; }

 span { border-color: rgb(150,233,11); }

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