Html Css Color HEX #9BC41F Bahia

📋 copy color: '#9BC41F'

red 155 ◦ green 196 ◦ blue 31

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

Shades of Bahia #9BC41F

Tints of Bahia #9BC41F

RGB

 RED value IS 155 (60.94% from 255) = 40.58%

 GREEN value IS 196 (76.95% from 255) = 51.31%

 BLUE value IS 31 (12.5% from 255) = 8.12%

R = 40.58%
G = 51.31%
B = 8.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#9BC41F (or 0x9BC41F) is known color: Bahia. HEX triplet: 9B, C4 and 1F. RGB value is (155,196,31). Sum of RGB (Red+Green+Blue) = 155+196+31=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 196 (76.95% from 255 or 51.31% from 382); Blue value is 31 (12.5% from 255 or 8.12% from 382); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC41F is #643BE0. Grayscale: #A5A5A5. Windows color (decimal): -6568929 or 2081947. OLE color: 2081947.

HSL color Cylindrical-coordinate representation of color #9BC41F: hue angle of 74.91º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9BC41F is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 155 196 31 -
CMYK 0.21 0 0.84 0.23
HSL 74.91º 0.73% 0.45% -
HSV(B) 74.91º 0.84% 0.77% -
XYZ 33.5 46.55 8.51 -
YUV 164.93 52.42 120.92 -
System Red Green Blue C M Y K H S L
Decimal 155 196 31 0.21 0 0.84 0.23 74.91 0.73 0.45
Hex 9B C4 1F 15 0 54 17 4B 49 2D
Octal 233 304 37 25 0 124 27 113 111 55
Binary 10011011 11000100 11111 10101 0 1010100 10111 1001011 1001001 101101

Color Harmonies of #9BC41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC41F

Black with #9BC41F

Text Example


Text Example

White with #9BC41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,196,31); }

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

background-color css

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

 a { background-color: rgb(155,196,31); }

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

border-color css

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

 span { border-color: rgb(155,196,31); }

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