Html Css Color HEX #9FBC2B Bahia

📋 copy color: '#9FBC2B'

red 159 ◦ green 188 ◦ blue 43

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

Shades of Bahia #9FBC2B

Tints of Bahia #9FBC2B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.21%

 BLUE value IS 43 (17.19% from 255) = 11.03%

R = 40.77%
G = 48.21%
B = 11.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#9FBC2B (or 0x9FBC2B) is known color: Bahia. HEX triplet: 9F, BC and 2B. RGB value is (159,188,43). Sum of RGB (Red+Green+Blue) = 159+188+43=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBC2B is #6043D4. Grayscale: #A3A3A3. Windows color (decimal): -6308821 or 2866335. OLE color: 2866335.

HSL color Cylindrical-coordinate representation of color #9FBC2B: hue angle of 72º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9FBC2B is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 188 43 -
CMYK 0.15 0 0.77 0.26
HSL 72º 0.63% 0.45% -
HSV(B) 72º 0.77% 0.74% -
XYZ 32.72 43.51 8.96 -
YUV 162.8 60.39 125.29 -
System Red Green Blue C M Y K H S L
Decimal 159 188 43 0.15 0 0.77 0.26 72 0.63 0.45
Hex 9F BC 2B F 0 4D 1A 48 3F 2D
Octal 237 274 53 17 0 115 32 110 77 55
Binary 10011111 10111100 101011 1111 0 1001101 11010 1001000 111111 101101

Color Harmonies of #9FBC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC2B

Black with #9FBC2B

Text Example


Text Example

White with #9FBC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,188,43); }

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

background-color css

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

 a { background-color: rgb(159,188,43); }

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

border-color css

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

 span { border-color: rgb(159,188,43); }

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