Html Css Color HEX #99952B Citron

📋 copy color: '#99952B'

red 153 ◦ green 149 ◦ blue 43

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

Shades of Citron #99952B

Tints of Citron #99952B

RGB

 RED value IS 153 (60.16% from 255) = 44.35%

 GREEN value IS 149 (58.59% from 255) = 43.19%

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

R = 44.35%
G = 43.19%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#99952B (or 0x99952B) is known color: Citron. HEX triplet: 99, 95 and 2B. RGB value is (153,149,43). Sum of RGB (Red+Green+Blue) = 153+149+43=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99952B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99952B is #666AD4. Grayscale: #8A8A8A. Windows color (decimal): -6712021 or 2856345. OLE color: 2856345.

HSL color Cylindrical-coordinate representation of color #99952B: hue angle of 57.82º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99952B is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 149 43 -
CMYK 0 0.03 0.72 0.4
HSL 57.82º 0.56% 0.38% -
HSV(B) 57.82º 0.72% 0.6% -
XYZ 24.32 28.44 6.49 -
YUV 138.11 74.33 138.62 -
System Red Green Blue C M Y K H S L
Decimal 153 149 43 0 0.03 0.72 0.4 57.82 0.56 0.38
Hex 99 95 2B 0 3 48 28 3A 38 26
Octal 231 225 53 0 3 110 50 72 70 46
Binary 10011001 10010101 101011 0 11 1001000 101000 111010 111000 100110

Color Harmonies of #99952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99952B

Black with #99952B

Text Example


Text Example

White with #99952B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,149,43); }

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

background-color css

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

 a { background-color: rgb(153,149,43); }

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

border-color css

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

 span { border-color: rgb(153,149,43); }

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