Html Css Color HEX #96C914 Bahia

📋 copy color: '#96C914'

red 150 ◦ green 201 ◦ blue 20

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

Shades of Bahia #96C914

Tints of Bahia #96C914

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.18%

 BLUE value IS 20 (8.2% from 255) = 5.39%

R = 40.43%
G = 54.18%
B = 5.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#96C914 (or 0x96C914) is known color: Bahia. HEX triplet: 96, C9 and 14. RGB value is (150,201,20). Sum of RGB (Red+Green+Blue) = 150+201+20=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #96C914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C914 is #6936EB. Grayscale: #A5A5A5. Windows color (decimal): -6895340 or 1362326. OLE color: 1362326.

HSL color Cylindrical-coordinate representation of color #96C914: hue angle of 76.91º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96C914 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 201 20 -
CMYK 0.25 0 0.90 0.21
HSL 76.91º 0.82% 0.43% -
HSV(B) 76.91º 0.9% 0.79% -
XYZ 33.59 48.31 8.22 -
YUV 165.12 46.1 117.22 -
System Red Green Blue C M Y K H S L
Decimal 150 201 20 0.25 0 0.90 0.21 76.91 0.82 0.43
Hex 96 C9 14 19 0 5A 15 4D 52 2B
Octal 226 311 24 31 0 132 25 115 122 53
Binary 10010110 11001001 10100 11001 0 1011010 10101 1001101 1010010 101011

Color Harmonies of #96C914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C914

Black with #96C914

Text Example


Text Example

White with #96C914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,201,20); }

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

background-color css

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

 a { background-color: rgb(150,201,20); }

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

border-color css

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

 span { border-color: rgb(150,201,20); }

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