Html Css Color HEX #96BE2D Yellow Green

📋 copy color: '#96BE2D'

red 150 ◦ green 190 ◦ blue 45

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

Shades of Yellow Green #96BE2D

Tints of Yellow Green #96BE2D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.35%

 BLUE value IS 45 (17.97% from 255) = 11.69%

R = 38.96%
G = 49.35%
B = 11.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#96BE2D (or 0x96BE2D) is known color: Yellow Green. HEX triplet: 96, BE and 2D. RGB value is (150,190,45). Sum of RGB (Red+Green+Blue) = 150+190+45=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BE2D is #6941D2. Grayscale: #A2A2A2. Windows color (decimal): -6898131 or 2997910. OLE color: 2997910.

HSL color Cylindrical-coordinate representation of color #96BE2D: hue angle of 76.55º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96BE2D is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 190 45 -
CMYK 0.21 0 0.76 0.25
HSL 76.55º 0.62% 0.46% -
HSV(B) 76.55º 0.76% 0.75% -
XYZ 31.46 43.5 9.22 -
YUV 161.51 62.25 119.79 -
System Red Green Blue C M Y K H S L
Decimal 150 190 45 0.21 0 0.76 0.25 76.55 0.62 0.46
Hex 96 BE 2D 15 0 4C 19 4D 3E 2E
Octal 226 276 55 25 0 114 31 115 76 56
Binary 10010110 10111110 101101 10101 0 1001100 11001 1001101 111110 101110

Color Harmonies of #96BE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BE2D

Black with #96BE2D

Text Example


Text Example

White with #96BE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,190,45); }

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

background-color css

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

 a { background-color: rgb(150,190,45); }

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

border-color css

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

 span { border-color: rgb(150,190,45); }

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