Html Css Color HEX #95BA0E Citrus

📋 copy color: '#95BA0E'

red 149 ◦ green 186 ◦ blue 14

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

Shades of Citrus #95BA0E

Tints of Citrus #95BA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.01%

R = 42.69%
G = 53.3%
B = 4.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#95BA0E (or 0x95BA0E) is known color: Citrus. HEX triplet: 95, BA and 0E. RGB value is (149,186,14). Sum of RGB (Red+Green+Blue) = 149+186+14=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BA0E is #6A45F1. Grayscale: #9B9B9B. Windows color (decimal): -6964722 or 965269. OLE color: 965269.

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

Color convert

RGB 149 186 14 -
CMYK 0.20 0 0.92 0.27
HSL 72.91º 0.86% 0.39% -
HSV(B) 72.91º 0.92% 0.73% -
XYZ 30.03 41.54 6.85 -
YUV 155.33 48.24 123.49 -
System Red Green Blue C M Y K H S L
Decimal 149 186 14 0.20 0 0.92 0.27 72.91 0.86 0.39
Hex 95 BA E 14 0 5C 1B 49 56 27
Octal 225 272 16 24 0 134 33 111 126 47
Binary 10010101 10111010 1110 10100 0 1011100 11011 1001001 1010110 100111

Color Harmonies of #95BA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BA0E

Black with #95BA0E

Text Example


Text Example

White with #95BA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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