Html Css Color HEX #96AB0D Citrus

📋 copy color: '#96AB0D'

red 150 ◦ green 171 ◦ blue 13

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

Shades of Citrus #96AB0D

Tints of Citrus #96AB0D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.2%

 BLUE value IS 13 (5.47% from 255) = 3.89%

R = 44.91%
G = 51.2%
B = 3.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#96AB0D (or 0x96AB0D) is known color: Citrus. HEX triplet: 96, AB and 0D. RGB value is (150,171,13). Sum of RGB (Red+Green+Blue) = 150+171+13=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AB0D is #6954F2. Grayscale: #939393. Windows color (decimal): -6903027 or 895894. OLE color: 895894.

HSL color Cylindrical-coordinate representation of color #96AB0D: hue angle of 67.97º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96AB0D is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 171 13 -
CMYK 0.12 0 0.92 0.33
HSL 67.97º 0.86% 0.36% -
HSV(B) 67.97º 0.92% 0.67% -
XYZ 27.21 35.64 5.83 -
YUV 146.71 52.54 130.35 -
System Red Green Blue C M Y K H S L
Decimal 150 171 13 0.12 0 0.92 0.33 67.97 0.86 0.36
Hex 96 AB D C 0 5C 21 44 56 24
Octal 226 253 15 14 0 134 41 104 126 44
Binary 10010110 10101011 1101 1100 0 1011100 100001 1000100 1010110 100100

Color Harmonies of #96AB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AB0D

Black with #96AB0D

Text Example


Text Example

White with #96AB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,171,13); }

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

background-color css

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

 a { background-color: rgb(150,171,13); }

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

border-color css

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

 span { border-color: rgb(150,171,13); }

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