Html Css Color HEX #96BD00 Citrus

📋 copy color: '#96BD00'

red 150 ◦ green 189 ◦ blue 0

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

Shades of Citrus #96BD00

Tints of Citrus #96BD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.25%
G = 55.75%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#96BD00 (or 0x96BD00) is known color: Citrus. HEX triplet: 96, BD and 00. RGB value is (150,189,0). Sum of RGB (Red+Green+Blue) = 150+189+0=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 189 (74.22% from 255 or 55.75% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BD00 is #6942FF. Grayscale: #9C9C9C. Windows color (decimal): -6898432 or 48534. OLE color: 48534.

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

Color convert

RGB 150 189 0 -
CMYK 0.21 0 1 0.26
HSL 72.38º 1% 0.37% -
HSV(B) 72.38º 1% 0.74% -
XYZ 30.78 42.88 6.65 -
YUV 155.79 40.08 123.87 -
System Red Green Blue C M Y K H S L
Decimal 150 189 0 0.21 0 1 0.26 72.38 1 0.37
Hex 96 BD 0 15 0 64 1A 48 64 25
Octal 226 275 0 25 0 144 32 110 144 45
Binary 10010110 10111101 0 10101 0 1100100 11010 1001000 1100100 100101

Color Harmonies of #96BD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BD00

Black with #96BD00

Text Example


Text Example

White with #96BD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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