#95C716

Color #95C716 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #95C716

Tints of Bahia #95C716

Color information

#95C716 (or 0x95C716) is unknown color: approx Bahia. HEX triplet: 95, C7 and 16. RGB value is (149,199,22). Sum of RGB (Red+Green+Blue) = 149+199+22=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 199 (78.12% from 255 or 53.78% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 199 - color contains mainly: green. Hex color #95C716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C716 is #6A38E9. Grayscale: #A4A4A4. Windows color (decimal): -6961386 or 1492885. OLE color: 1492885.

HSL color Cylindrical-coordinate representation of color #95C716: hue angle of 76.95º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95C716 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB14919922-
CMYK0.2500.890.22
HSL76.95º80.09%43.33%-
HSV(B)76.95º88.94%78.04%-
XYZ32.9647.298.15-
YUV163.8747.94117.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 199 (78.12% from 255) = 53.78%
BLUE value IS 22 (8.98% from 255) = 5.95%
R=40.27%
G=53.78%
B=5.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal149199220.2500.890.2276.9580.0943.33
Hex95C71619059164d502b
Octal225307263101312611512053
Binary10010101110001111011011001010110011011010011011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95C716;
 }
 .AnyTagClassName
 {
   color: #95C716;
 }
</style>
background-color css

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

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

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

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

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

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