Html Css Color HEX #95961C Citron

📋 copy color: '#95961C'

red 149 ◦ green 150 ◦ blue 28

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

Shades of Citron #95961C

Tints of Citron #95961C

RGB

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

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

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

R = 45.57%
G = 45.87%
B = 8.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#95961C (or 0x95961C) is known color: Citron. HEX triplet: 95, 96 and 1C. RGB value is (149,150,28). Sum of RGB (Red+Green+Blue) = 149+150+28=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #95961C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95961C is #6A69E3. Grayscale: #888888. Windows color (decimal): -6973924 or 1873557. OLE color: 1873557.

HSL color Cylindrical-coordinate representation of color #95961C: hue angle of 60.49º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95961C is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 150 28 -
CMYK 0.01 0 0.81 0.41
HSL 60.49º 0.69% 0.35% -
HSV(B) 60.49º 0.81% 0.59% -
XYZ 23.51 28.29 5.32 -
YUV 135.79 67.17 137.42 -
System Red Green Blue C M Y K H S L
Decimal 149 150 28 0.01 0 0.81 0.41 60.49 0.69 0.35
Hex 95 96 1C 1 0 51 29 3C 45 23
Octal 225 226 34 1 0 121 51 74 105 43
Binary 10010101 10010110 11100 1 0 1010001 101001 111100 1000101 100011

Color Harmonies of #95961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95961C

Black with #95961C

Text Example


Text Example

White with #95961C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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