Html Css Color HEX #9CC716 Bahia

📋 copy color: '#9CC716'

red 156 ◦ green 199 ◦ blue 22

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

Shades of Bahia #9CC716

Tints of Bahia #9CC716

RGB

 RED value IS 156 (61.33% from 255) = 41.38%

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

 BLUE value IS 22 (8.98% from 255) = 5.84%

R = 41.38%
G = 52.79%
B = 5.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#9CC716 (or 0x9CC716) is known color: Bahia. HEX triplet: 9C, C7 and 16. RGB value is (156,199,22). Sum of RGB (Red+Green+Blue) = 156+199+22=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 199 (78.12% from 255 or 52.79% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 199 - color contains mainly: green. Hex color #9CC716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC716 is #6338E9. Grayscale: #A6A6A6. Windows color (decimal): -6502634 or 1492892. OLE color: 1492892.

HSL color Cylindrical-coordinate representation of color #9CC716: hue angle of 74.58º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9CC716 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 156 199 22 -
CMYK 0.22 0 0.89 0.22
HSL 74.58º 0.8% 0.43% -
HSV(B) 74.58º 0.89% 0.78% -
XYZ 34.28 47.97 8.21 -
YUV 165.97 46.75 120.89 -
System Red Green Blue C M Y K H S L
Decimal 156 199 22 0.22 0 0.89 0.22 74.58 0.8 0.43
Hex 9C C7 16 16 0 59 16 4B 50 2B
Octal 234 307 26 26 0 131 26 113 120 53
Binary 10011100 11000111 10110 10110 0 1011001 10110 1001011 1010000 101011

Color Harmonies of #9CC716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC716

Black with #9CC716

Text Example


Text Example

White with #9CC716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,199,22); }

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

background-color css

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

 a { background-color: rgb(156,199,22); }

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

border-color css

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

 span { border-color: rgb(156,199,22); }

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