Html Css Color HEX #95BC11 Citrus

📋 copy color: '#95BC11'

red 149 ◦ green 188 ◦ blue 17

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

Shades of Citrus #95BC11

Tints of Citrus #95BC11

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.11%

 BLUE value IS 17 (7.03% from 255) = 4.8%

R = 42.09%
G = 53.11%
B = 4.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#95BC11 (or 0x95BC11) is known color: Citrus. HEX triplet: 95, BC and 11. RGB value is (149,188,17). Sum of RGB (Red+Green+Blue) = 149+188+17=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BC11 is #6A43EE. Grayscale: #9D9D9D. Windows color (decimal): -6964207 or 1162389. OLE color: 1162389.

HSL color Cylindrical-coordinate representation of color #95BC11: hue angle of 73.68º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95BC11 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 188 17 -
CMYK 0.21 0 0.91 0.26
HSL 73.68º 0.83% 0.4% -
HSV(B) 73.68º 0.91% 0.74% -
XYZ 30.48 42.4 7.11 -
YUV 156.85 49.08 122.4 -
System Red Green Blue C M Y K H S L
Decimal 149 188 17 0.21 0 0.91 0.26 73.68 0.83 0.4
Hex 95 BC 11 15 0 5B 1A 4A 53 28
Octal 225 274 21 25 0 133 32 112 123 50
Binary 10010101 10111100 10001 10101 0 1011011 11010 1001010 1010011 101000

Color Harmonies of #95BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BC11

Black with #95BC11

Text Example


Text Example

White with #95BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,188,17); }

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

background-color css

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

 a { background-color: rgb(149,188,17); }

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

border-color css

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

 span { border-color: rgb(149,188,17); }

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