Html Css Color HEX #96BF0E Citrus

📋 copy color: '#96BF0E'

red 150 ◦ green 191 ◦ blue 14

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

Shades of Citrus #96BF0E

Tints of Citrus #96BF0E

RGB

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

 GREEN value IS 191 (75% from 255) = 53.8%

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

R = 42.25%
G = 53.8%
B = 3.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#96BF0E (or 0x96BF0E) is known color: Citrus. HEX triplet: 96, BF and 0E. RGB value is (150,191,14). Sum of RGB (Red+Green+Blue) = 150+191+14=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BF0E is #6940F1. Grayscale: #9F9F9F. Windows color (decimal): -6897906 or 966550. OLE color: 966550.

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

Color convert

RGB 150 191 14 -
CMYK 0.21 0 0.93 0.25
HSL 73.9º 0.86% 0.4% -
HSV(B) 73.9º 0.93% 0.75% -
XYZ 31.29 43.78 7.22 -
YUV 158.56 46.42 121.89 -
System Red Green Blue C M Y K H S L
Decimal 150 191 14 0.21 0 0.93 0.25 73.9 0.86 0.4
Hex 96 BF E 15 0 5D 19 4A 56 28
Octal 226 277 16 25 0 135 31 112 126 50
Binary 10010110 10111111 1110 10101 0 1011101 11001 1001010 1010110 101000

Color Harmonies of #96BF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BF0E

Black with #96BF0E

Text Example


Text Example

White with #96BF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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