Html Css Color HEX #96C71B Bahia

📋 copy color: '#96C71B'

red 150 ◦ green 199 ◦ blue 27

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

Shades of Bahia #96C71B

Tints of Bahia #96C71B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 52.93%

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

R = 39.89%
G = 52.93%
B = 7.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#96C71B (or 0x96C71B) is known color: Bahia. HEX triplet: 96, C7 and 1B. RGB value is (150,199,27). Sum of RGB (Red+Green+Blue) = 150+199+27=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 199 (78.12% from 255 or 52.93% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 199 - color contains mainly: green. Hex color #96C71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C71B is #6938E4. Grayscale: #A5A5A5. Windows color (decimal): -6895845 or 1820566. OLE color: 1820566.

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

Color convert

RGB 150 199 27 -
CMYK 0.25 0 0.86 0.22
HSL 77.09º 0.76% 0.44% -
HSV(B) 77.09º 0.86% 0.78% -
XYZ 33.2 47.41 8.44 -
YUV 164.74 50.27 117.49 -
System Red Green Blue C M Y K H S L
Decimal 150 199 27 0.25 0 0.86 0.22 77.09 0.76 0.44
Hex 96 C7 1B 19 0 56 16 4D 4C 2C
Octal 226 307 33 31 0 126 26 115 114 54
Binary 10010110 11000111 11011 11001 0 1010110 10110 1001101 1001100 101100

Color Harmonies of #96C71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C71B

Black with #96C71B

Text Example


Text Example

White with #96C71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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