Html Css Color HEX #96BD3B Yellow Green

📋 copy color: '#96BD3B'

red 150 ◦ green 189 ◦ blue 59

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

Shades of Yellow Green #96BD3B

Tints of Yellow Green #96BD3B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.49%

 BLUE value IS 59 (23.44% from 255) = 14.82%

R = 37.69%
G = 47.49%
B = 14.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#96BD3B (or 0x96BD3B) is known color: Yellow Green. HEX triplet: 96, BD and 3B. RGB value is (150,189,59). Sum of RGB (Red+Green+Blue) = 150+189+59=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 59 (23.44% from 255 or 14.82% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BD3B is #6942C4. Grayscale: #A3A3A3. Windows color (decimal): -6898373 or 3915158. OLE color: 3915158.

HSL color Cylindrical-coordinate representation of color #96BD3B: hue angle of 78º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96BD3B is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 189 59 -
CMYK 0.21 0 0.69 0.26
HSL 78º 0.52% 0.49% -
HSV(B) 78º 0.69% 0.74% -
XYZ 31.56 43.19 10.81 -
YUV 162.52 69.58 119.07 -
System Red Green Blue C M Y K H S L
Decimal 150 189 59 0.21 0 0.69 0.26 78 0.52 0.49
Hex 96 BD 3B 15 0 45 1A 4E 34 31
Octal 226 275 73 25 0 105 32 116 64 61
Binary 10010110 10111101 111011 10101 0 1000101 11010 1001110 110100 110001

Color Harmonies of #96BD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BD3B

Black with #96BD3B

Text Example


Text Example

White with #96BD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,189,59); }

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

background-color css

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

 a { background-color: rgb(150,189,59); }

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

border-color css

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

 span { border-color: rgb(150,189,59); }

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