Html Css Color HEX #96991B Citron

📋 copy color: '#96991B'

red 150 ◦ green 153 ◦ blue 27

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

Shades of Citron #96991B

Tints of Citron #96991B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.36%

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 45.45%
G = 46.36%
B = 8.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#96991B (or 0x96991B) is known color: Citron. HEX triplet: 96, 99 and 1B. RGB value is (150,153,27). Sum of RGB (Red+Green+Blue) = 150+153+27=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #96991B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96991B is #6966E4. Grayscale: #8A8A8A. Windows color (decimal): -6907621 or 1808790. OLE color: 1808790.

HSL color Cylindrical-coordinate representation of color #96991B: hue angle of 61.43º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96991B is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 27 -
CMYK 0.02 0 0.82 0.4
HSL 61.43º 0.7% 0.35% -
HSV(B) 61.43º 0.82% 0.6% -
XYZ 24.17 29.35 5.43 -
YUV 137.74 65.51 136.75 -
System Red Green Blue C M Y K H S L
Decimal 150 153 27 0.02 0 0.82 0.4 61.43 0.7 0.35
Hex 96 99 1B 2 0 52 28 3D 46 23
Octal 226 231 33 2 0 122 50 75 106 43
Binary 10010110 10011001 11011 10 0 1010010 101000 111101 1000110 100011

Color Harmonies of #96991B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96991B

Black with #96991B

Text Example


Text Example

White with #96991B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96991B; }

 p { color: rgb(150,153,27); }

 H1.HeaderClassName
 {
   color: #96991B;
 }
 .AnyTagClassName
 {
   color: #96991B;
 }
</style>

background-color css

<style>
 a { background-color: #96991B; }

 a { background-color: rgb(150,153,27); }

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

border-color css

<style>
 span { border-color: #96991B; }

 span { border-color: rgb(150,153,27); }

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