Html Css Color HEX #96982D Citron

📋 copy color: '#96982D'

red 150 ◦ green 152 ◦ blue 45

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

Shades of Citron #96982D

Tints of Citron #96982D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.8%

 BLUE value IS 45 (17.97% from 255) = 12.97%

R = 43.23%
G = 43.8%
B = 12.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#96982D (or 0x96982D) is known color: Citron. HEX triplet: 96, 98 and 2D. RGB value is (150,152,45). Sum of RGB (Red+Green+Blue) = 150+152+45=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #96982D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96982D is #6967D2. Grayscale: #8B8B8B. Windows color (decimal): -6907859 or 2988182. OLE color: 2988182.

HSL color Cylindrical-coordinate representation of color #96982D: hue angle of 61.12º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96982D is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 152 45 -
CMYK 0.01 0 0.70 0.40
HSL 61.12º 0.54% 0.39% -
HSV(B) 61.12º 0.7% 0.6% -
XYZ 24.28 29.13 6.83 -
YUV 139.2 74.84 135.7 -
System Red Green Blue C M Y K H S L
Decimal 150 152 45 0.01 0 0.70 0.40 61.12 0.54 0.39
Hex 96 98 2D 1 0 46 28 3D 36 27
Octal 226 230 55 1 0 106 50 75 66 47
Binary 10010110 10011000 101101 1 0 1000110 101000 111101 110110 100111

Color Harmonies of #96982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96982D

Black with #96982D

Text Example


Text Example

White with #96982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96982D; }

 p { color: rgb(150,152,45); }

 H1.HeaderClassName
 {
   color: #96982D;
 }
 .AnyTagClassName
 {
   color: #96982D;
 }
</style>

background-color css

<style>
 a { background-color: #96982D; }

 a { background-color: rgb(150,152,45); }

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

border-color css

<style>
 span { border-color: #96982D; }

 span { border-color: rgb(150,152,45); }

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