Html Css Color HEX #98951C Citron

📋 copy color: '#98951C'

red 152 ◦ green 149 ◦ blue 28

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

Shades of Citron #98951C

Tints of Citron #98951C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.29%

 BLUE value IS 28 (11.33% from 255) = 8.51%

R = 46.2%
G = 45.29%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98951C (or 0x98951C) is known color: Citron. HEX triplet: 98, 95 and 1C. RGB value is (152,149,28). Sum of RGB (Red+Green+Blue) = 152+149+28=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98951C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98951C is #676AE3. Grayscale: #888888. Windows color (decimal): -6777572 or 1873304. OLE color: 1873304.

HSL color Cylindrical-coordinate representation of color #98951C: hue angle of 58.55º degrees, saturation: 0.69, 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 #98951C is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 149 28 -
CMYK 0 0.02 0.82 0.40
HSL 58.55º 0.69% 0.35% -
HSV(B) 58.55º 0.82% 0.6% -
XYZ 23.91 28.25 5.29 -
YUV 136.1 66.99 139.34 -
System Red Green Blue C M Y K H S L
Decimal 152 149 28 0 0.02 0.82 0.40 58.55 0.69 0.35
Hex 98 95 1C 0 2 52 28 3B 45 23
Octal 230 225 34 0 2 122 50 73 105 43
Binary 10011000 10010101 11100 0 10 1010010 101000 111011 1000101 100011

Color Harmonies of #98951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98951C

Black with #98951C

Text Example


Text Example

White with #98951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98951C; }

 p { color: rgb(152,149,28); }

 H1.HeaderClassName
 {
   color: #98951C;
 }
 .AnyTagClassName
 {
   color: #98951C;
 }
</style>

background-color css

<style>
 a { background-color: #98951C; }

 a { background-color: rgb(152,149,28); }

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

border-color css

<style>
 span { border-color: #98951C; }

 span { border-color: rgb(152,149,28); }

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