Html Css Color HEX #9CB71C Bahia

📋 copy color: '#9CB71C'

red 156 ◦ green 183 ◦ blue 28

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

Shades of Bahia #9CB71C

Tints of Bahia #9CB71C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.86%

 BLUE value IS 28 (11.33% from 255) = 7.63%

R = 42.51%
G = 49.86%
B = 7.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#9CB71C (or 0x9CB71C) is known color: Bahia. HEX triplet: 9C, B7 and 1C. RGB value is (156,183,28). Sum of RGB (Red+Green+Blue) = 156+183+28=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB71C is #6348E3. Grayscale: #9D9D9D. Windows color (decimal): -6506724 or 1882012. OLE color: 1882012.

HSL color Cylindrical-coordinate representation of color #9CB71C: hue angle of 70.45º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9CB71C is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 156 183 28 -
CMYK 0.15 0 0.85 0.28
HSL 70.45º 0.73% 0.41% -
HSV(B) 70.45º 0.85% 0.72% -
XYZ 30.85 41.02 7.39 -
YUV 157.26 55.05 127.1 -
System Red Green Blue C M Y K H S L
Decimal 156 183 28 0.15 0 0.85 0.28 70.45 0.73 0.41
Hex 9C B7 1C F 0 55 1C 46 49 29
Octal 234 267 34 17 0 125 34 106 111 51
Binary 10011100 10110111 11100 1111 0 1010101 11100 1000110 1001001 101001

Color Harmonies of #9CB71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB71C

Black with #9CB71C

Text Example


Text Example

White with #9CB71C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,183,28); }

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

background-color css

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

 a { background-color: rgb(156,183,28); }

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

border-color css

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

 span { border-color: rgb(156,183,28); }

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