Html Css Color HEX #989B0F Citron

📋 copy color: '#989B0F'

red 152 ◦ green 155 ◦ blue 15

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

Shades of Citron #989B0F

Tints of Citron #989B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.66%

R = 47.2%
G = 48.14%
B = 4.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#989B0F (or 0x989B0F) is known color: Citron. HEX triplet: 98, 9B and 0F. RGB value is (152,155,15). Sum of RGB (Red+Green+Blue) = 152+155+15=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #989B0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989B0F is #6764F0. Grayscale: #8A8A8A. Windows color (decimal): -6776049 or 1022872. OLE color: 1022872.

HSL color Cylindrical-coordinate representation of color #989B0F: hue angle of 61.29º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #989B0F is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 155 15 -
CMYK 0.02 0 0.90 0.39
HSL 61.29º 0.82% 0.33% -
HSV(B) 61.29º 0.9% 0.61% -
XYZ 24.76 30.15 4.97 -
YUV 138.14 58.51 137.88 -
System Red Green Blue C M Y K H S L
Decimal 152 155 15 0.02 0 0.90 0.39 61.29 0.82 0.33
Hex 98 9B F 2 0 5A 27 3D 52 21
Octal 230 233 17 2 0 132 47 75 122 41
Binary 10011000 10011011 1111 10 0 1011010 100111 111101 1010010 100001

Color Harmonies of #989B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989B0F

Black with #989B0F

Text Example


Text Example

White with #989B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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