Html Css Color HEX #96BC0F Citrus

📋 copy color: '#96BC0F'

red 150 ◦ green 188 ◦ blue 15

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

Shades of Citrus #96BC0F

Tints of Citrus #96BC0F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.26%

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

R = 42.49%
G = 53.26%
B = 4.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#96BC0F (or 0x96BC0F) is known color: Citrus. HEX triplet: 96, BC and 0F. RGB value is (150,188,15). Sum of RGB (Red+Green+Blue) = 150+188+15=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BC0F is #6943F0. Grayscale: #9D9D9D. Windows color (decimal): -6898673 or 1031318. OLE color: 1031318.

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

Color convert

RGB 150 188 15 -
CMYK 0.20 0 0.92 0.26
HSL 73.18º 0.85% 0.4% -
HSV(B) 73.18º 0.92% 0.74% -
XYZ 30.65 42.48 7.04 -
YUV 156.92 47.91 123.07 -
System Red Green Blue C M Y K H S L
Decimal 150 188 15 0.20 0 0.92 0.26 73.18 0.85 0.4
Hex 96 BC F 14 0 5C 1A 49 55 28
Octal 226 274 17 24 0 134 32 111 125 50
Binary 10010110 10111100 1111 10100 0 1011100 11010 1001001 1010101 101000

Color Harmonies of #96BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BC0F

Black with #96BC0F

Text Example


Text Example

White with #96BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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