Html Css Color HEX #96A42B Citron

📋 copy color: '#96A42B'

red 150 ◦ green 164 ◦ blue 43

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

Shades of Citron #96A42B

Tints of Citron #96A42B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.94%

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

R = 42.02%
G = 45.94%
B = 12.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#96A42B (or 0x96A42B) is known color: Citron. HEX triplet: 96, A4 and 2B. RGB value is (150,164,43). Sum of RGB (Red+Green+Blue) = 150+164+43=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #96A42B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A42B is #695BD4. Grayscale: #929292. Windows color (decimal): -6904789 or 2860182. OLE color: 2860182.

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

Color convert

RGB 150 164 43 -
CMYK 0.09 0 0.74 0.36
HSL 66.94º 0.58% 0.41% -
HSV(B) 66.94º 0.74% 0.64% -
XYZ 26.29 33.21 7.31 -
YUV 146.02 69.86 130.84 -
System Red Green Blue C M Y K H S L
Decimal 150 164 43 0.09 0 0.74 0.36 66.94 0.58 0.41
Hex 96 A4 2B 9 0 4A 24 43 3A 29
Octal 226 244 53 11 0 112 44 103 72 51
Binary 10010110 10100100 101011 1001 0 1001010 100100 1000011 111010 101001

Color Harmonies of #96A42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A42B

Black with #96A42B

Text Example


Text Example

White with #96A42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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