Html Css Color HEX #96BF0F Citrus

📋 copy color: '#96BF0F'

red 150 ◦ green 191 ◦ blue 15

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

Shades of Citrus #96BF0F

Tints of Citrus #96BF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.21%

R = 42.13%
G = 53.65%
B = 4.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#96BF0F (or 0x96BF0F) is known color: Citrus. HEX triplet: 96, BF and 0F. RGB value is (150,191,15). Sum of RGB (Red+Green+Blue) = 150+191+15=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BF0F is #6940F0. Grayscale: #9F9F9F. Windows color (decimal): -6897905 or 1032086. OLE color: 1032086.

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

Color convert

RGB 150 191 15 -
CMYK 0.21 0 0.92 0.25
HSL 73.98º 0.85% 0.4% -
HSV(B) 73.98º 0.92% 0.75% -
XYZ 31.29 43.78 7.25 -
YUV 158.68 46.92 121.81 -
System Red Green Blue C M Y K H S L
Decimal 150 191 15 0.21 0 0.92 0.25 73.98 0.85 0.4
Hex 96 BF F 15 0 5C 19 4A 55 28
Octal 226 277 17 25 0 134 31 112 125 50
Binary 10010110 10111111 1111 10101 0 1011100 11001 1001010 1010101 101000

Color Harmonies of #96BF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BF0F

Black with #96BF0F

Text Example


Text Example

White with #96BF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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