Html Css Color HEX #96BD02 Citrus

📋 copy color: '#96BD02'

red 150 ◦ green 189 ◦ blue 2

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

Shades of Citrus #96BD02

Tints of Citrus #96BD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 43.99%
G = 55.43%
B = 0.59%

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

#96BD02 (or 0x96BD02) is known color: Citrus. HEX triplet: 96, BD and 02. RGB value is (150,189,2). Sum of RGB (Red+Green+Blue) = 150+189+2=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BD02 is #6942FD. Grayscale: #9C9C9C. Windows color (decimal): -6898430 or 179606. OLE color: 179606.

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

Color convert

RGB 150 189 2 -
CMYK 0.21 0 0.99 0.26
HSL 72.51º 0.98% 0.37% -
HSV(B) 72.51º 0.99% 0.74% -
XYZ 30.79 42.88 6.71 -
YUV 156.02 41.08 123.71 -
System Red Green Blue C M Y K H S L
Decimal 150 189 2 0.21 0 0.99 0.26 72.51 0.98 0.37
Hex 96 BD 2 15 0 63 1A 49 62 25
Octal 226 275 2 25 0 143 32 111 142 45
Binary 10010110 10111101 10 10101 0 1100011 11010 1001001 1100010 100101

Color Harmonies of #96BD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BD02

Black with #96BD02

Text Example


Text Example

White with #96BD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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