Html Css Color HEX #989B0B Citron

📋 copy color: '#989B0B'

red 152 ◦ green 155 ◦ blue 11

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

Shades of Citron #989B0B

Tints of Citron #989B0B

RGB

 RED value IS 152 (59.77% from 255) = 47.8%

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

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

R = 47.8%
G = 48.74%
B = 3.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#989B0B (or 0x989B0B) is known color: Citron. HEX triplet: 98, 9B and 0B. RGB value is (152,155,11). Sum of RGB (Red+Green+Blue) = 152+155+11=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #989B0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989B0B is #6764F4. Grayscale: #8A8A8A. Windows color (decimal): -6776053 or 760728. OLE color: 760728.

HSL color Cylindrical-coordinate representation of color #989B0B: hue angle of 61.25º 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 #989B0B is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 155 11 -
CMYK 0.02 0 0.93 0.39
HSL 61.25º 0.87% 0.33% -
HSV(B) 61.25º 0.93% 0.61% -
XYZ 24.73 30.14 4.83 -
YUV 137.69 56.51 138.21 -
System Red Green Blue C M Y K H S L
Decimal 152 155 11 0.02 0 0.93 0.39 61.25 0.87 0.33
Hex 98 9B B 2 0 5D 27 3D 57 21
Octal 230 233 13 2 0 135 47 75 127 41
Binary 10011000 10011011 1011 10 0 1011101 100111 111101 1010111 100001

Color Harmonies of #989B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989B0B

Black with #989B0B

Text Example


Text Example

White with #989B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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