Html Css Color HEX #95911A Citron

📋 copy color: '#95911A'

red 149 ◦ green 145 ◦ blue 26

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

Shades of Citron #95911A

Tints of Citron #95911A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.31%

 BLUE value IS 26 (10.55% from 255) = 8.13%

R = 46.56%
G = 45.31%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#95911A (or 0x95911A) is known color: Citron. HEX triplet: 95, 91 and 1A. RGB value is (149,145,26). Sum of RGB (Red+Green+Blue) = 149+145+26=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #95911A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95911A is #6A6EE5. Grayscale: #858585. Windows color (decimal): -6975206 or 1741205. OLE color: 1741205.

HSL color Cylindrical-coordinate representation of color #95911A: hue angle of 58.05º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95911A is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 145 26 -
CMYK 0 0.03 0.83 0.42
HSL 58.05º 0.7% 0.34% -
HSV(B) 58.05º 0.83% 0.58% -
XYZ 22.71 26.71 4.94 -
YUV 132.63 67.83 139.68 -
System Red Green Blue C M Y K H S L
Decimal 149 145 26 0 0.03 0.83 0.42 58.05 0.7 0.34
Hex 95 91 1A 0 3 53 2A 3A 46 22
Octal 225 221 32 0 3 123 52 72 106 42
Binary 10010101 10010001 11010 0 11 1010011 101010 111010 1000110 100010

Color Harmonies of #95911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95911A

Black with #95911A

Text Example


Text Example

White with #95911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95911A; }

 p { color: rgb(149,145,26); }

 H1.HeaderClassName
 {
   color: #95911A;
 }
 .AnyTagClassName
 {
   color: #95911A;
 }
</style>

background-color css

<style>
 a { background-color: #95911A; }

 a { background-color: rgb(149,145,26); }

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

border-color css

<style>
 span { border-color: #95911A; }

 span { border-color: rgb(149,145,26); }

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