Html Css Color HEX #999B0B Citron

📋 copy color: '#999B0B'

red 153 ◦ green 155 ◦ blue 11

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

Shades of Citron #999B0B

Tints of Citron #999B0B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.59%

 BLUE value IS 11 (4.69% from 255) = 3.45%

R = 47.96%
G = 48.59%
B = 3.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#999B0B (or 0x999B0B) is known color: Citron. HEX triplet: 99, 9B and 0B. RGB value is (153,155,11). Sum of RGB (Red+Green+Blue) = 153+155+11=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #999B0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999B0B is #6664F4. Grayscale: #8A8A8A. Windows color (decimal): -6710517 or 760729. OLE color: 760729.

HSL color Cylindrical-coordinate representation of color #999B0B: hue angle of 60.83º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #999B0B is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 155 11 -
CMYK 0.01 0 0.93 0.39
HSL 60.83º 0.87% 0.33% -
HSV(B) 60.83º 0.93% 0.61% -
XYZ 24.92 30.24 4.84 -
YUV 137.99 56.34 138.71 -
System Red Green Blue C M Y K H S L
Decimal 153 155 11 0.01 0 0.93 0.39 60.83 0.87 0.33
Hex 99 9B B 1 0 5D 27 3D 57 21
Octal 231 233 13 1 0 135 47 75 127 41
Binary 10011001 10011011 1011 1 0 1011101 100111 111101 1010111 100001

Color Harmonies of #999B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999B0B

Black with #999B0B

Text Example


Text Example

White with #999B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,155,11); }

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

background-color css

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

 a { background-color: rgb(153,155,11); }

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

border-color css

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

 span { border-color: rgb(153,155,11); }

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