Html Css Color HEX #95BD1B Bahia

📋 copy color: '#95BD1B'

red 149 ◦ green 189 ◦ blue 27

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

Shades of Bahia #95BD1B

Tints of Bahia #95BD1B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.78%

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

R = 40.82%
G = 51.78%
B = 7.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#95BD1B (or 0x95BD1B) is known color: Bahia. HEX triplet: 95, BD and 1B. RGB value is (149,189,27). Sum of RGB (Red+Green+Blue) = 149+189+27=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BD1B is #6A42E4. Grayscale: #9F9F9F. Windows color (decimal): -6963941 or 1818005. OLE color: 1818005.

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

Color convert

RGB 149 189 27 -
CMYK 0.21 0 0.86 0.26
HSL 74.81º 0.75% 0.42% -
HSV(B) 74.81º 0.86% 0.74% -
XYZ 30.79 42.86 7.69 -
YUV 158.57 53.75 121.17 -
System Red Green Blue C M Y K H S L
Decimal 149 189 27 0.21 0 0.86 0.26 74.81 0.75 0.42
Hex 95 BD 1B 15 0 56 1A 4B 4B 2A
Octal 225 275 33 25 0 126 32 113 113 52
Binary 10010101 10111101 11011 10101 0 1010110 11010 1001011 1001011 101010

Color Harmonies of #95BD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BD1B

Black with #95BD1B

Text Example


Text Example

White with #95BD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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