Html Css Color HEX #9FCB5B Conifer

📋 copy color: '#9FCB5B'

red 159 ◦ green 203 ◦ blue 91

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

Shades of Conifer #9FCB5B

Tints of Conifer #9FCB5B

RGB

 RED value IS 159 (62.5% from 255) = 35.1%

 GREEN value IS 203 (79.69% from 255) = 44.81%

 BLUE value IS 91 (35.94% from 255) = 20.09%

R = 35.1%
G = 44.81%
B = 20.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#9FCB5B (or 0x9FCB5B) is known color: Conifer. HEX triplet: 9F, CB and 5B. RGB value is (159,203,91). Sum of RGB (Red+Green+Blue) = 159+203+91=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCB5B is #6034A4. Grayscale: #B1B1B1. Windows color (decimal): -6304933 or 6015903. OLE color: 6015903.

HSL color Cylindrical-coordinate representation of color #9FCB5B: hue angle of 83.57º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FCB5B is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 203 91 -
CMYK 0.22 0 0.55 0.20
HSL 83.57º 0.52% 0.58% -
HSV(B) 83.57º 0.55% 0.8% -
XYZ 37.54 50.84 17.73 -
YUV 177.08 79.42 115.11 -
System Red Green Blue C M Y K H S L
Decimal 159 203 91 0.22 0 0.55 0.20 83.57 0.52 0.58
Hex 9F CB 5B 16 0 37 14 54 34 3A
Octal 237 313 133 26 0 67 24 124 64 72
Binary 10011111 11001011 1011011 10110 0 110111 10100 1010100 110100 111010

Color Harmonies of #9FCB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCB5B

Black with #9FCB5B

Text Example


Text Example

White with #9FCB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,203,91); }

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

background-color css

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

 a { background-color: rgb(159,203,91); }

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

border-color css

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

 span { border-color: rgb(159,203,91); }

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