Html Css Color HEX #96BD01 Citrus

📋 copy color: '#96BD01'

red 150 ◦ green 189 ◦ blue 1

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

Shades of Citrus #96BD01

Tints of Citrus #96BD01

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.59%

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

R = 44.12%
G = 55.59%
B = 0.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#96BD01 (or 0x96BD01) is known color: Citrus. HEX triplet: 96, BD and 01. RGB value is (150,189,1). Sum of RGB (Red+Green+Blue) = 150+189+1=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BD01 is #6942FE. Grayscale: #9C9C9C. Windows color (decimal): -6898431 or 114070. OLE color: 114070.

HSL color Cylindrical-coordinate representation of color #96BD01: hue angle of 72.45º 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 #96BD01 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 189 1 -
CMYK 0.21 0 0.99 0.26
HSL 72.45º 0.99% 0.37% -
HSV(B) 72.45º 0.99% 0.74% -
XYZ 30.78 42.88 6.68 -
YUV 155.91 40.58 123.79 -
System Red Green Blue C M Y K H S L
Decimal 150 189 1 0.21 0 0.99 0.26 72.45 0.99 0.37
Hex 96 BD 1 15 0 63 1A 48 63 25
Octal 226 275 1 25 0 143 32 110 143 45
Binary 10010110 10111101 1 10101 0 1100011 11010 1001000 1100011 100101

Color Harmonies of #96BD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BD01

Black with #96BD01

Text Example


Text Example

White with #96BD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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