Html Css Color HEX #95BB16 Citrus

📋 copy color: '#95BB16'

red 149 ◦ green 187 ◦ blue 22

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

Shades of Citrus #95BB16

Tints of Citrus #95BB16

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.23%

 BLUE value IS 22 (8.98% from 255) = 6.15%

R = 41.62%
G = 52.23%
B = 6.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#95BB16 (or 0x95BB16) is known color: Citrus. HEX triplet: 95, BB and 16. RGB value is (149,187,22). Sum of RGB (Red+Green+Blue) = 149+187+22=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #95BB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BB16 is #6A44E9. Grayscale: #9D9D9D. Windows color (decimal): -6964458 or 1489813. OLE color: 1489813.

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

Color convert

RGB 149 187 22 -
CMYK 0.20 0 0.88 0.27
HSL 73.82º 0.79% 0.41% -
HSV(B) 73.82º 0.88% 0.73% -
XYZ 30.31 41.99 7.27 -
YUV 156.83 51.91 122.42 -
System Red Green Blue C M Y K H S L
Decimal 149 187 22 0.20 0 0.88 0.27 73.82 0.79 0.41
Hex 95 BB 16 14 0 58 1B 4A 4F 29
Octal 225 273 26 24 0 130 33 112 117 51
Binary 10010101 10111011 10110 10100 0 1011000 11011 1001010 1001111 101001

Color Harmonies of #95BB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BB16

Black with #95BB16

Text Example


Text Example

White with #95BB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,187,22); }

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

background-color css

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

 a { background-color: rgb(149,187,22); }

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

border-color css

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

 span { border-color: rgb(149,187,22); }

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