Html Css Color HEX #96A52B Citron

📋 copy color: '#96A52B'

red 150 ◦ green 165 ◦ blue 43

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

Shades of Citron #96A52B

Tints of Citron #96A52B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.09%

 BLUE value IS 43 (17.19% from 255) = 12.01%

R = 41.9%
G = 46.09%
B = 12.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#96A52B (or 0x96A52B) is known color: Citron. HEX triplet: 96, A5 and 2B. RGB value is (150,165,43). Sum of RGB (Red+Green+Blue) = 150+165+43=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 165 - color contains mainly: green. Hex color #96A52B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A52B is #695AD4. Grayscale: #939393. Windows color (decimal): -6904533 or 2860438. OLE color: 2860438.

HSL color Cylindrical-coordinate representation of color #96A52B: hue angle of 67.38º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96A52B is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 165 43 -
CMYK 0.09 0 0.74 0.35
HSL 67.38º 0.59% 0.41% -
HSV(B) 67.38º 0.74% 0.65% -
XYZ 26.47 33.57 7.37 -
YUV 146.61 69.53 130.42 -
System Red Green Blue C M Y K H S L
Decimal 150 165 43 0.09 0 0.74 0.35 67.38 0.59 0.41
Hex 96 A5 2B 9 0 4A 23 43 3B 29
Octal 226 245 53 11 0 112 43 103 73 51
Binary 10010110 10100101 101011 1001 0 1001010 100011 1000011 111011 101001

Color Harmonies of #96A52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A52B

Black with #96A52B

Text Example


Text Example

White with #96A52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,165,43); }

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

background-color css

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

 a { background-color: rgb(150,165,43); }

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

border-color css

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

 span { border-color: rgb(150,165,43); }

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