Html Css Color HEX #9FBC28 Bahia

📋 copy color: '#9FBC28'

red 159 ◦ green 188 ◦ blue 40

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

Shades of Bahia #9FBC28

Tints of Bahia #9FBC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.34%

R = 41.09%
G = 48.58%
B = 10.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#9FBC28 (or 0x9FBC28) is known color: Bahia. HEX triplet: 9F, BC and 28. RGB value is (159,188,40). Sum of RGB (Red+Green+Blue) = 159+188+40=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBC28 is #6043D7. Grayscale: #A3A3A3. Windows color (decimal): -6308824 or 2669727. OLE color: 2669727.

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

Color convert

RGB 159 188 40 -
CMYK 0.15 0 0.79 0.26
HSL 71.76º 0.65% 0.45% -
HSV(B) 71.76º 0.79% 0.74% -
XYZ 32.66 43.49 8.68 -
YUV 162.46 58.89 125.53 -
System Red Green Blue C M Y K H S L
Decimal 159 188 40 0.15 0 0.79 0.26 71.76 0.65 0.45
Hex 9F BC 28 F 0 4F 1A 48 41 2D
Octal 237 274 50 17 0 117 32 110 101 55
Binary 10011111 10111100 101000 1111 0 1001111 11010 1001000 1000001 101101

Color Harmonies of #9FBC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC28

Black with #9FBC28

Text Example


Text Example

White with #9FBC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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