Html Css Color HEX #96B50E Citrus

📋 copy color: '#96B50E'

red 150 ◦ green 181 ◦ blue 14

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

Shades of Citrus #96B50E

Tints of Citrus #96B50E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.46%

 BLUE value IS 14 (5.86% from 255) = 4.06%

R = 43.48%
G = 52.46%
B = 4.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#96B50E (or 0x96B50E) is known color: Citrus. HEX triplet: 96, B5 and 0E. RGB value is (150,181,14). Sum of RGB (Red+Green+Blue) = 150+181+14=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 181 (71.09% from 255 or 52.46% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 181 - color contains mainly: green. Hex color #96B50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B50E is #694AF1. Grayscale: #999999. Windows color (decimal): -6900466 or 963990. OLE color: 963990.

HSL color Cylindrical-coordinate representation of color #96B50E: hue angle of 71.14º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96B50E is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 181 14 -
CMYK 0.17 0 0.92 0.29
HSL 71.14º 0.86% 0.38% -
HSV(B) 71.14º 0.92% 0.71% -
XYZ 29.18 39.56 6.51 -
YUV 152.69 49.73 126.08 -
System Red Green Blue C M Y K H S L
Decimal 150 181 14 0.17 0 0.92 0.29 71.14 0.86 0.38
Hex 96 B5 E 11 0 5C 1D 47 56 26
Octal 226 265 16 21 0 134 35 107 126 46
Binary 10010110 10110101 1110 10001 0 1011100 11101 1000111 1010110 100110

Color Harmonies of #96B50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B50E

Black with #96B50E

Text Example


Text Example

White with #96B50E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,181,14); }

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

background-color css

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

 a { background-color: rgb(150,181,14); }

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

border-color css

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

 span { border-color: rgb(150,181,14); }

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