Html Css Color HEX #96CC13 Bahia

📋 copy color: '#96CC13'

red 150 ◦ green 204 ◦ blue 19

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

Shades of Bahia #96CC13

Tints of Bahia #96CC13

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.69%

 BLUE value IS 19 (7.81% from 255) = 5.09%

R = 40.21%
G = 54.69%
B = 5.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#96CC13 (or 0x96CC13) is known color: Bahia. HEX triplet: 96, CC and 13. RGB value is (150,204,19). Sum of RGB (Red+Green+Blue) = 150+204+19=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 204 (80.08% from 255 or 54.69% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96CC13 is #6933EC. Grayscale: #A7A7A7. Windows color (decimal): -6894573 or 1297558. OLE color: 1297558.

HSL color Cylindrical-coordinate representation of color #96CC13: hue angle of 77.51º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96CC13 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 204 19 -
CMYK 0.26 0 0.91 0.2
HSL 77.51º 0.83% 0.44% -
HSV(B) 77.51º 0.91% 0.8% -
XYZ 34.29 49.72 8.41 -
YUV 166.76 44.61 116.04 -
System Red Green Blue C M Y K H S L
Decimal 150 204 19 0.26 0 0.91 0.2 77.51 0.83 0.44
Hex 96 CC 13 1A 0 5B 14 4E 53 2C
Octal 226 314 23 32 0 133 24 116 123 54
Binary 10010110 11001100 10011 11010 0 1011011 10100 1001110 1010011 101100

Color Harmonies of #96CC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CC13

Black with #96CC13

Text Example


Text Example

White with #96CC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,204,19); }

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

background-color css

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

 a { background-color: rgb(150,204,19); }

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

border-color css

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

 span { border-color: rgb(150,204,19); }

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