Html Css Color HEX #98961B Citron

📋 copy color: '#98961B'

red 152 ◦ green 150 ◦ blue 27

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

Shades of Citron #98961B

Tints of Citron #98961B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.59%

 BLUE value IS 27 (10.94% from 255) = 8.21%

R = 46.2%
G = 45.59%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98961B (or 0x98961B) is known color: Citron. HEX triplet: 98, 96 and 1B. RGB value is (152,150,27). Sum of RGB (Red+Green+Blue) = 152+150+27=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98961B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98961B is #6769E4. Grayscale: #898989. Windows color (decimal): -6777317 or 1808024. OLE color: 1808024.

HSL color Cylindrical-coordinate representation of color #98961B: hue angle of 59.04º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98961B is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 150 27 -
CMYK 0 0.01 0.82 0.40
HSL 59.04º 0.7% 0.35% -
HSV(B) 59.04º 0.82% 0.6% -
XYZ 24.05 28.57 5.28 -
YUV 136.58 66.16 139 -
System Red Green Blue C M Y K H S L
Decimal 152 150 27 0 0.01 0.82 0.40 59.04 0.7 0.35
Hex 98 96 1B 0 1 52 28 3B 46 23
Octal 230 226 33 0 1 122 50 73 106 43
Binary 10011000 10010110 11011 0 1 1010010 101000 111011 1000110 100011

Color Harmonies of #98961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98961B

Black with #98961B

Text Example


Text Example

White with #98961B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,150,27); }

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

background-color css

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

 a { background-color: rgb(152,150,27); }

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

border-color css

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

 span { border-color: rgb(152,150,27); }

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