Html Css Color HEX #95BA15 Citrus

📋 copy color: '#95BA15'

red 149 ◦ green 186 ◦ blue 21

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

Shades of Citrus #95BA15

Tints of Citrus #95BA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.9%

R = 41.85%
G = 52.25%
B = 5.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#95BA15 (or 0x95BA15) is known color: Citrus. HEX triplet: 95, BA and 15. RGB value is (149,186,21). Sum of RGB (Red+Green+Blue) = 149+186+21=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BA15 is #6A45EA. Grayscale: #9C9C9C. Windows color (decimal): -6964715 or 1424021. OLE color: 1424021.

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

Color convert

RGB 149 186 21 -
CMYK 0.20 0 0.89 0.27
HSL 73.45º 0.8% 0.41% -
HSV(B) 73.45º 0.89% 0.73% -
XYZ 30.09 41.56 7.15 -
YUV 156.13 51.74 122.92 -
System Red Green Blue C M Y K H S L
Decimal 149 186 21 0.20 0 0.89 0.27 73.45 0.8 0.41
Hex 95 BA 15 14 0 59 1B 49 50 29
Octal 225 272 25 24 0 131 33 111 120 51
Binary 10010101 10111010 10101 10100 0 1011001 11011 1001001 1010000 101001

Color Harmonies of #95BA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BA15

Black with #95BA15

Text Example


Text Example

White with #95BA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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