Html Css Color HEX #95921C Citron

📋 copy color: '#95921C'

red 149 ◦ green 146 ◦ blue 28

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

Shades of Citron #95921C

Tints of Citron #95921C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.2%

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

R = 46.13%
G = 45.2%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95921C (or 0x95921C) is known color: Citron. HEX triplet: 95, 92 and 1C. RGB value is (149,146,28). Sum of RGB (Red+Green+Blue) = 149+146+28=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95921C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95921C is #6A6DE3. Grayscale: #858585. Windows color (decimal): -6974948 or 1872533. OLE color: 1872533.

HSL color Cylindrical-coordinate representation of color #95921C: hue angle of 58.51º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95921C is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 146 28 -
CMYK 0 0.02 0.81 0.42
HSL 58.51º 0.68% 0.35% -
HSV(B) 58.51º 0.81% 0.58% -
XYZ 22.88 27.03 5.11 -
YUV 133.45 68.49 139.09 -
System Red Green Blue C M Y K H S L
Decimal 149 146 28 0 0.02 0.81 0.42 58.51 0.68 0.35
Hex 95 92 1C 0 2 51 2A 3B 44 23
Octal 225 222 34 0 2 121 52 73 104 43
Binary 10010101 10010010 11100 0 10 1010001 101010 111011 1000100 100011

Color Harmonies of #95921C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95921C

Black with #95921C

Text Example


Text Example

White with #95921C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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