Html Css Color HEX #95A30D Citrus

📋 copy color: '#95A30D'

red 149 ◦ green 163 ◦ blue 13

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

Shades of Citrus #95A30D

Tints of Citrus #95A30D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.15%

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

R = 45.85%
G = 50.15%
B = 4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#95A30D (or 0x95A30D) is known color: Citrus. HEX triplet: 95, A3 and 0D. RGB value is (149,163,13). Sum of RGB (Red+Green+Blue) = 149+163+13=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #95A30D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A30D is #6A5CF2. Grayscale: #8E8E8E. Windows color (decimal): -6970611 or 893845. OLE color: 893845.

HSL color Cylindrical-coordinate representation of color #95A30D: hue angle of 65.6º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95A30D is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 163 13 -
CMYK 0.09 0 0.92 0.36
HSL 65.6º 0.85% 0.35% -
HSV(B) 65.6º 0.92% 0.64% -
XYZ 25.56 32.61 5.33 -
YUV 141.71 55.36 133.2 -
System Red Green Blue C M Y K H S L
Decimal 149 163 13 0.09 0 0.92 0.36 65.6 0.85 0.35
Hex 95 A3 D 9 0 5C 24 42 55 23
Octal 225 243 15 11 0 134 44 102 125 43
Binary 10010101 10100011 1101 1001 0 1011100 100100 1000010 1010101 100011

Color Harmonies of #95A30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A30D

Black with #95A30D

Text Example


Text Example

White with #95A30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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