Html Css Color HEX #96B73D Yellow Green

📋 copy color: '#96B73D'

red 150 ◦ green 183 ◦ blue 61

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

Shades of Yellow Green #96B73D

Tints of Yellow Green #96B73D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.45%

 BLUE value IS 61 (24.22% from 255) = 15.48%

R = 38.07%
G = 46.45%
B = 15.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#96B73D (or 0x96B73D) is known color: Yellow Green. HEX triplet: 96, B7 and 3D. RGB value is (150,183,61). Sum of RGB (Red+Green+Blue) = 150+183+61=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #96B73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B73D is #6948C2. Grayscale: #9F9F9F. Windows color (decimal): -6899907 or 4044694. OLE color: 4044694.

HSL color Cylindrical-coordinate representation of color #96B73D: hue angle of 76.23º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96B73D is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 183 61 -
CMYK 0.18 0 0.67 0.28
HSL 76.23º 0.5% 0.48% -
HSV(B) 76.23º 0.67% 0.72% -
XYZ 30.35 40.69 10.67 -
YUV 159.23 72.57 121.42 -
System Red Green Blue C M Y K H S L
Decimal 150 183 61 0.18 0 0.67 0.28 76.23 0.5 0.48
Hex 96 B7 3D 12 0 43 1C 4C 32 30
Octal 226 267 75 22 0 103 34 114 62 60
Binary 10010110 10110111 111101 10010 0 1000011 11100 1001100 110010 110000

Color Harmonies of #96B73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B73D

Black with #96B73D

Text Example


Text Example

White with #96B73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,183,61); }

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

background-color css

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

 a { background-color: rgb(150,183,61); }

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

border-color css

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

 span { border-color: rgb(150,183,61); }

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