Html Css Color HEX #95BF1B Bahia

📋 copy color: '#95BF1B'

red 149 ◦ green 191 ◦ blue 27

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

Shades of Bahia #95BF1B

Tints of Bahia #95BF1B

RGB

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

 GREEN value IS 191 (75% from 255) = 52.04%

 BLUE value IS 27 (10.94% from 255) = 7.36%

R = 40.6%
G = 52.04%
B = 7.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#95BF1B (or 0x95BF1B) is known color: Bahia. HEX triplet: 95, BF and 1B. RGB value is (149,191,27). Sum of RGB (Red+Green+Blue) = 149+191+27=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 27 (10.94% from 255 or 7.36% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BF1B is #6A40E4. Grayscale: #A0A0A0. Windows color (decimal): -6963429 or 1818517. OLE color: 1818517.

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

Color convert

RGB 149 191 27 -
CMYK 0.22 0 0.86 0.25
HSL 75.37º 0.75% 0.43% -
HSV(B) 75.37º 0.86% 0.75% -
XYZ 31.22 43.73 7.83 -
YUV 159.75 53.09 120.34 -
System Red Green Blue C M Y K H S L
Decimal 149 191 27 0.22 0 0.86 0.25 75.37 0.75 0.43
Hex 95 BF 1B 16 0 56 19 4B 4B 2B
Octal 225 277 33 26 0 126 31 113 113 53
Binary 10010101 10111111 11011 10110 0 1010110 11001 1001011 1001011 101011

Color Harmonies of #95BF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BF1B

Black with #95BF1B

Text Example


Text Example

White with #95BF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,191,27); }

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

background-color css

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

 a { background-color: rgb(149,191,27); }

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

border-color css

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

 span { border-color: rgb(149,191,27); }

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