Html Css Color HEX #9FBD1B Bahia

📋 copy color: '#9FBD1B'

red 159 ◦ green 189 ◦ blue 27

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

Shades of Bahia #9FBD1B

Tints of Bahia #9FBD1B

RGB

 RED value IS 159 (62.5% from 255) = 42.4%

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

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

R = 42.4%
G = 50.4%
B = 7.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#9FBD1B (or 0x9FBD1B) is known color: Bahia. HEX triplet: 9F, BD and 1B. RGB value is (159,189,27). Sum of RGB (Red+Green+Blue) = 159+189+27=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBD1B is #6042E4. Grayscale: #A2A2A2. Windows color (decimal): -6308581 or 1818015. OLE color: 1818015.

HSL color Cylindrical-coordinate representation of color #9FBD1B: hue angle of 71.11º 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 #9FBD1B is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 189 27 -
CMYK 0.16 0 0.86 0.26
HSL 71.11º 0.75% 0.42% -
HSV(B) 71.11º 0.86% 0.74% -
XYZ 32.69 43.85 7.78 -
YUV 161.56 52.06 126.17 -
System Red Green Blue C M Y K H S L
Decimal 159 189 27 0.16 0 0.86 0.26 71.11 0.75 0.42
Hex 9F BD 1B 10 0 56 1A 47 4B 2A
Octal 237 275 33 20 0 126 32 107 113 52
Binary 10011111 10111101 11011 10000 0 1010110 11010 1000111 1001011 101010

Color Harmonies of #9FBD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBD1B

Black with #9FBD1B

Text Example


Text Example

White with #9FBD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FBD1B; }

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

 H1.HeaderClassName
 {
   color: #9FBD1B;
 }
 .AnyTagClassName
 {
   color: #9FBD1B;
 }
</style>

background-color css

<style>
 a { background-color: #9FBD1B; }

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

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

border-color css

<style>
 span { border-color: #9FBD1B; }

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

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