Html Css Color HEX #96B403 Citrus

📋 copy color: '#96B403'

red 150 ◦ green 180 ◦ blue 3

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

Shades of Citrus #96B403

Tints of Citrus #96B403

RGB

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

 GREEN value IS 180 (70.7% from 255) = 54.05%

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 45.05%
G = 54.05%
B = 0.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#96B403 (or 0x96B403) is known color: Citrus. HEX triplet: 96, B4 and 03. RGB value is (150,180,3). Sum of RGB (Red+Green+Blue) = 150+180+3=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #96B403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B403 is #694BFC. Grayscale: #979797. Windows color (decimal): -6900733 or 242838. OLE color: 242838.

HSL color Cylindrical-coordinate representation of color #96B403: hue angle of 70.17º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96B403 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 180 3 -
CMYK 0.17 0 0.98 0.29
HSL 70.17º 0.97% 0.36% -
HSV(B) 70.17º 0.98% 0.71% -
XYZ 28.92 39.13 6.12 -
YUV 150.85 44.56 127.39 -
System Red Green Blue C M Y K H S L
Decimal 150 180 3 0.17 0 0.98 0.29 70.17 0.97 0.36
Hex 96 B4 3 11 0 62 1D 46 61 24
Octal 226 264 3 21 0 142 35 106 141 44
Binary 10010110 10110100 11 10001 0 1100010 11101 1000110 1100001 100100

Color Harmonies of #96B403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B403

Black with #96B403

Text Example


Text Example

White with #96B403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,180,3); }

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

background-color css

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

 a { background-color: rgb(150,180,3); }

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

border-color css

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

 span { border-color: rgb(150,180,3); }

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