Html Css Color HEX #9CB71F Bahia

📋 copy color: '#9CB71F'

red 156 ◦ green 183 ◦ blue 31

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

Shades of Bahia #9CB71F

Tints of Bahia #9CB71F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.38%

R = 42.16%
G = 49.46%
B = 8.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#9CB71F (or 0x9CB71F) is known color: Bahia. HEX triplet: 9C, B7 and 1F. RGB value is (156,183,31). Sum of RGB (Red+Green+Blue) = 156+183+31=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB71F is #6348E0. Grayscale: #9E9E9E. Windows color (decimal): -6506721 or 2078620. OLE color: 2078620.

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

Color convert

RGB 156 183 31 -
CMYK 0.15 0 0.83 0.28
HSL 70.66º 0.71% 0.42% -
HSV(B) 70.66º 0.83% 0.72% -
XYZ 30.89 41.03 7.59 -
YUV 157.6 56.55 126.86 -
System Red Green Blue C M Y K H S L
Decimal 156 183 31 0.15 0 0.83 0.28 70.66 0.71 0.42
Hex 9C B7 1F F 0 53 1C 47 47 2A
Octal 234 267 37 17 0 123 34 107 107 52
Binary 10011100 10110111 11111 1111 0 1010011 11100 1000111 1000111 101010

Color Harmonies of #9CB71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB71F

Black with #9CB71F

Text Example


Text Example

White with #9CB71F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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