Html Css Color HEX #96BD27 Yellow Green

📋 copy color: '#96BD27'

red 150 ◦ green 189 ◦ blue 39

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

Shades of Yellow Green #96BD27

Tints of Yellow Green #96BD27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.32%

R = 39.68%
G = 50%
B = 10.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#96BD27 (or 0x96BD27) is known color: Yellow Green. HEX triplet: 96, BD and 27. RGB value is (150,189,39). Sum of RGB (Red+Green+Blue) = 150+189+39=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BD27 is #6942D8. Grayscale: #A0A0A0. Windows color (decimal): -6898393 or 2604438. OLE color: 2604438.

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

Color convert

RGB 150 189 39 -
CMYK 0.21 0 0.79 0.26
HSL 75.6º 0.66% 0.45% -
HSV(B) 75.6º 0.79% 0.74% -
XYZ 31.14 43.03 8.58 -
YUV 160.24 59.58 120.7 -
System Red Green Blue C M Y K H S L
Decimal 150 189 39 0.21 0 0.79 0.26 75.6 0.66 0.45
Hex 96 BD 27 15 0 4F 1A 4C 42 2D
Octal 226 275 47 25 0 117 32 114 102 55
Binary 10010110 10111101 100111 10101 0 1001111 11010 1001100 1000010 101101

Color Harmonies of #96BD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BD27

Black with #96BD27

Text Example


Text Example

White with #96BD27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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