Html Css Color HEX #96BC01 Citrus

📋 copy color: '#96BC01'

red 150 ◦ green 188 ◦ blue 1

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

Shades of Citrus #96BC01

Tints of Citrus #96BC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 44.25%
G = 55.46%
B = 0.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#96BC01 (or 0x96BC01) is known color: Citrus. HEX triplet: 96, BC and 01. RGB value is (150,188,1). Sum of RGB (Red+Green+Blue) = 150+188+1=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BC01 is #6943FE. Grayscale: #9C9C9C. Windows color (decimal): -6898687 or 113814. OLE color: 113814.

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

Color convert

RGB 150 188 1 -
CMYK 0.20 0 0.99 0.26
HSL 72.19º 0.99% 0.37% -
HSV(B) 72.19º 0.99% 0.74% -
XYZ 30.57 42.45 6.61 -
YUV 155.32 40.91 124.21 -
System Red Green Blue C M Y K H S L
Decimal 150 188 1 0.20 0 0.99 0.26 72.19 0.99 0.37
Hex 96 BC 1 14 0 63 1A 48 63 25
Octal 226 274 1 24 0 143 32 110 143 45
Binary 10010110 10111100 1 10100 0 1100011 11010 1001000 1100011 100101

Color Harmonies of #96BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BC01

Black with #96BC01

Text Example


Text Example

White with #96BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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