Html Css Color HEX #999A2B Citron

📋 copy color: '#999A2B'

red 153 ◦ green 154 ◦ blue 43

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

Shades of Citron #999A2B

Tints of Citron #999A2B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44%

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

R = 43.71%
G = 44%
B = 12.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#999A2B (or 0x999A2B) is known color: Citron. HEX triplet: 99, 9A and 2B. RGB value is (153,154,43). Sum of RGB (Red+Green+Blue) = 153+154+43=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 154 - color contains mainly: green. Hex color #999A2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999A2B is #6665D4. Grayscale: #8D8D8D. Windows color (decimal): -6710741 or 2857625. OLE color: 2857625.

HSL color Cylindrical-coordinate representation of color #999A2B: hue angle of 60.54º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #999A2B is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 153 154 43 -
CMYK 0.01 0 0.72 0.40
HSL 60.54º 0.56% 0.39% -
HSV(B) 60.54º 0.72% 0.6% -
XYZ 25.13 30.06 6.76 -
YUV 141.05 72.67 136.53 -
System Red Green Blue C M Y K H S L
Decimal 153 154 43 0.01 0 0.72 0.40 60.54 0.56 0.39
Hex 99 9A 2B 1 0 48 28 3D 38 27
Octal 231 232 53 1 0 110 50 75 70 47
Binary 10011001 10011010 101011 1 0 1001000 101000 111101 111000 100111

Color Harmonies of #999A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999A2B

Black with #999A2B

Text Example


Text Example

White with #999A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999A2B; }

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

 H1.HeaderClassName
 {
   color: #999A2B;
 }
 .AnyTagClassName
 {
   color: #999A2B;
 }
</style>

background-color css

<style>
 a { background-color: #999A2B; }

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

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

border-color css

<style>
 span { border-color: #999A2B; }

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

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