Html Css Color HEX #96A91B Citron

📋 copy color: '#96A91B'

red 150 ◦ green 169 ◦ blue 27

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

Shades of Citron #96A91B

Tints of Citron #96A91B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.84%

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

R = 43.35%
G = 48.84%
B = 7.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#96A91B (or 0x96A91B) is known color: Citron. HEX triplet: 96, A9 and 1B. RGB value is (150,169,27). Sum of RGB (Red+Green+Blue) = 150+169+27=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 169 - color contains mainly: green. Hex color #96A91B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A91B is #6956E4. Grayscale: #939393. Windows color (decimal): -6903525 or 1812886. OLE color: 1812886.

HSL color Cylindrical-coordinate representation of color #96A91B: hue angle of 68.03º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96A91B is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB 150 169 27 -
CMYK 0.11 0 0.84 0.34
HSL 68.03º 0.72% 0.38% -
HSV(B) 68.03º 0.84% 0.66% -
XYZ 26.96 34.94 6.36 -
YUV 147.13 60.21 130.05 -
System Red Green Blue C M Y K H S L
Decimal 150 169 27 0.11 0 0.84 0.34 68.03 0.72 0.38
Hex 96 A9 1B B 0 54 22 44 48 26
Octal 226 251 33 13 0 124 42 104 110 46
Binary 10010110 10101001 11011 1011 0 1010100 100010 1000100 1001000 100110

Color Harmonies of #96A91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A91B

Black with #96A91B

Text Example


Text Example

White with #96A91B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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