Html Css Color HEX #95991C Citron

📋 copy color: '#95991C'

red 149 ◦ green 153 ◦ blue 28

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

Shades of Citron #95991C

Tints of Citron #95991C

RGB

 RED value IS 149 (58.59% from 255) = 45.15%

 GREEN value IS 153 (60.16% from 255) = 46.36%

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

R = 45.15%
G = 46.36%
B = 8.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#95991C (or 0x95991C) is known color: Citron. HEX triplet: 95, 99 and 1C. RGB value is (149,153,28). Sum of RGB (Red+Green+Blue) = 149+153+28=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #95991C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95991C is #6A66E3. Grayscale: #8A8A8A. Windows color (decimal): -6973156 or 1874325. OLE color: 1874325.

HSL color Cylindrical-coordinate representation of color #95991C: hue angle of 61.92º 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 #95991C is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 153 28 -
CMYK 0.03 0 0.82 0.4
HSL 61.92º 0.69% 0.35% -
HSV(B) 61.92º 0.82% 0.6% -
XYZ 24 29.26 5.48 -
YUV 137.55 66.17 136.16 -
System Red Green Blue C M Y K H S L
Decimal 149 153 28 0.03 0 0.82 0.4 61.92 0.69 0.35
Hex 95 99 1C 3 0 52 28 3E 45 23
Octal 225 231 34 3 0 122 50 76 105 43
Binary 10010101 10011001 11100 11 0 1010010 101000 111110 1000101 100011

Color Harmonies of #95991C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95991C

Black with #95991C

Text Example


Text Example

White with #95991C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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