Html Css Color HEX #95C11A Bahia

📋 copy color: '#95C11A'

red 149 ◦ green 193 ◦ blue 26

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

Shades of Bahia #95C11A

Tints of Bahia #95C11A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.45%

 BLUE value IS 26 (10.55% from 255) = 7.07%

R = 40.49%
G = 52.45%
B = 7.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#95C11A (or 0x95C11A) is known color: Bahia. HEX triplet: 95, C1 and 1A. RGB value is (149,193,26). Sum of RGB (Red+Green+Blue) = 149+193+26=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 193 (75.78% from 255 or 52.45% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 193 - color contains mainly: green. Hex color #95C11A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C11A is #6A3EE5. Grayscale: #A1A1A1. Windows color (decimal): -6962918 or 1753493. OLE color: 1753493.

HSL color Cylindrical-coordinate representation of color #95C11A: hue angle of 75.81º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95C11A is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 193 26 -
CMYK 0.23 0 0.87 0.24
HSL 75.81º 0.76% 0.43% -
HSV(B) 75.81º 0.87% 0.76% -
XYZ 31.65 44.6 7.92 -
YUV 160.81 51.92 119.58 -
System Red Green Blue C M Y K H S L
Decimal 149 193 26 0.23 0 0.87 0.24 75.81 0.76 0.43
Hex 95 C1 1A 17 0 57 18 4C 4C 2B
Octal 225 301 32 27 0 127 30 114 114 53
Binary 10010101 11000001 11010 10111 0 1010111 11000 1001100 1001100 101011

Color Harmonies of #95C11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C11A

Black with #95C11A

Text Example


Text Example

White with #95C11A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,193,26); }

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

background-color css

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

 a { background-color: rgb(149,193,26); }

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

border-color css

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

 span { border-color: rgb(149,193,26); }

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