Html Css Color HEX #95BA0D Citrus

📋 copy color: '#95BA0D'

red 149 ◦ green 186 ◦ blue 13

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

Shades of Citrus #95BA0D

Tints of Citrus #95BA0D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.45%

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

R = 42.82%
G = 53.45%
B = 3.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#95BA0D (or 0x95BA0D) is known color: Citrus. HEX triplet: 95, BA and 0D. RGB value is (149,186,13). Sum of RGB (Red+Green+Blue) = 149+186+13=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BA0D is #6A45F2. Grayscale: #9B9B9B. Windows color (decimal): -6964723 or 899733. OLE color: 899733.

HSL color Cylindrical-coordinate representation of color #95BA0D: hue angle of 72.83º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95BA0D is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 186 13 -
CMYK 0.20 0 0.93 0.27
HSL 72.83º 0.87% 0.39% -
HSV(B) 72.83º 0.93% 0.73% -
XYZ 30.03 41.54 6.82 -
YUV 155.22 47.74 123.57 -
System Red Green Blue C M Y K H S L
Decimal 149 186 13 0.20 0 0.93 0.27 72.83 0.87 0.39
Hex 95 BA D 14 0 5D 1B 49 57 27
Octal 225 272 15 24 0 135 33 111 127 47
Binary 10010101 10111010 1101 10100 0 1011101 11011 1001001 1010111 100111

Color Harmonies of #95BA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BA0D

Black with #95BA0D

Text Example


Text Example

White with #95BA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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