Html Css Color HEX #95A00D Citron

📋 copy color: '#95A00D'

red 149 ◦ green 160 ◦ blue 13

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

Shades of Citron #95A00D

Tints of Citron #95A00D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.69%

 BLUE value IS 13 (5.47% from 255) = 4.04%

R = 46.27%
G = 49.69%
B = 4.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#95A00D (or 0x95A00D) is known color: Citron. HEX triplet: 95, A0 and 0D. RGB value is (149,160,13). Sum of RGB (Red+Green+Blue) = 149+160+13=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #95A00D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A00D is #6A5FF2. Grayscale: #8C8C8C. Windows color (decimal): -6971379 or 893077. OLE color: 893077.

HSL color Cylindrical-coordinate representation of color #95A00D: hue angle of 64.49º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95A00D is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 160 13 -
CMYK 0.07 0 0.92 0.37
HSL 64.49º 0.85% 0.34% -
HSV(B) 64.49º 0.92% 0.63% -
XYZ 25.04 31.56 5.15 -
YUV 139.95 56.36 134.45 -
System Red Green Blue C M Y K H S L
Decimal 149 160 13 0.07 0 0.92 0.37 64.49 0.85 0.34
Hex 95 A0 D 7 0 5C 25 40 55 22
Octal 225 240 15 7 0 134 45 100 125 42
Binary 10010101 10100000 1101 111 0 1011100 100101 1000000 1010101 100010

Color Harmonies of #95A00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A00D

Black with #95A00D

Text Example


Text Example

White with #95A00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A00D; }

 p { color: rgb(149,160,13); }

 H1.HeaderClassName
 {
   color: #95A00D;
 }
 .AnyTagClassName
 {
   color: #95A00D;
 }
</style>

background-color css

<style>
 a { background-color: #95A00D; }

 a { background-color: rgb(149,160,13); }

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

border-color css

<style>
 span { border-color: #95A00D; }

 span { border-color: rgb(149,160,13); }

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