Html Css Color HEX #9FC11B Bahia

📋 copy color: '#9FC11B'

red 159 ◦ green 193 ◦ blue 27

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

Shades of Bahia #9FC11B

Tints of Bahia #9FC11B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.92%

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

R = 41.95%
G = 50.92%
B = 7.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#9FC11B (or 0x9FC11B) is known color: Bahia. HEX triplet: 9F, C1 and 1B. RGB value is (159,193,27). Sum of RGB (Red+Green+Blue) = 159+193+27=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC11B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC11B is #603EE4. Grayscale: #A4A4A4. Windows color (decimal): -6307557 or 1819039. OLE color: 1819039.

HSL color Cylindrical-coordinate representation of color #9FC11B: hue angle of 72.29º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9FC11B is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 193 27 -
CMYK 0.18 0 0.86 0.24
HSL 72.29º 0.75% 0.43% -
HSV(B) 72.29º 0.86% 0.76% -
XYZ 33.57 45.59 8.07 -
YUV 163.91 50.74 124.5 -
System Red Green Blue C M Y K H S L
Decimal 159 193 27 0.18 0 0.86 0.24 72.29 0.75 0.43
Hex 9F C1 1B 12 0 56 18 48 4B 2B
Octal 237 301 33 22 0 126 30 110 113 53
Binary 10011111 11000001 11011 10010 0 1010110 11000 1001000 1001011 101011

Color Harmonies of #9FC11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC11B

Black with #9FC11B

Text Example


Text Example

White with #9FC11B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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