Html Css Color HEX #96C41B Bahia

📋 copy color: '#96C41B'

red 150 ◦ green 196 ◦ blue 27

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

Shades of Bahia #96C41B

Tints of Bahia #96C41B

RGB

 RED value IS 150 (58.98% from 255) = 40.21%

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

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

R = 40.21%
G = 52.55%
B = 7.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#96C41B (or 0x96C41B) is known color: Bahia. HEX triplet: 96, C4 and 1B. RGB value is (150,196,27). Sum of RGB (Red+Green+Blue) = 150+196+27=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 196 (76.95% from 255 or 52.55% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 196 - color contains mainly: green. Hex color #96C41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C41B is #693BE4. Grayscale: #A3A3A3. Windows color (decimal): -6896613 or 1819798. OLE color: 1819798.

HSL color Cylindrical-coordinate representation of color #96C41B: hue angle of 76.33º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96C41B is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 196 27 -
CMYK 0.23 0 0.86 0.23
HSL 76.33º 0.76% 0.44% -
HSV(B) 76.33º 0.86% 0.77% -
XYZ 32.52 46.04 8.21 -
YUV 162.98 51.26 118.74 -
System Red Green Blue C M Y K H S L
Decimal 150 196 27 0.23 0 0.86 0.23 76.33 0.76 0.44
Hex 96 C4 1B 17 0 56 17 4C 4C 2C
Octal 226 304 33 27 0 126 27 114 114 54
Binary 10010110 11000100 11011 10111 0 1010110 10111 1001100 1001100 101100

Color Harmonies of #96C41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C41B

Black with #96C41B

Text Example


Text Example

White with #96C41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96C41B; }

 p { color: rgb(150,196,27); }

 H1.HeaderClassName
 {
   color: #96C41B;
 }
 .AnyTagClassName
 {
   color: #96C41B;
 }
</style>

background-color css

<style>
 a { background-color: #96C41B; }

 a { background-color: rgb(150,196,27); }

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

border-color css

<style>
 span { border-color: #96C41B; }

 span { border-color: rgb(150,196,27); }

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