Html Css Color HEX #9BEB5D Conifer

📋 copy color: '#9BEB5D'

red 155 ◦ green 235 ◦ blue 93

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

Shades of Conifer #9BEB5D

Tints of Conifer #9BEB5D

RGB

 RED value IS 155 (60.94% from 255) = 32.09%

 GREEN value IS 235 (92.19% from 255) = 48.65%

 BLUE value IS 93 (36.72% from 255) = 19.25%

R = 32.09%
G = 48.65%
B = 19.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#9BEB5D (or 0x9BEB5D) is known color: Conifer. HEX triplet: 9B, EB and 5D. RGB value is (155,235,93). Sum of RGB (Red+Green+Blue) = 155+235+93=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 235 (92.19% from 255 or 48.65% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEB5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEB5D is #6414A2. Grayscale: #C3C3C3. Windows color (decimal): -6558883 or 6155163. OLE color: 6155163.

HSL color Cylindrical-coordinate representation of color #9BEB5D: hue angle of 93.8º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BEB5D is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 235 93 -
CMYK 0.34 0 0.60 0.08
HSL 93.8º 0.78% 0.64% -
HSV(B) 93.8º 0.6% 0.92% -
XYZ 45.2 67.18 20.94 -
YUV 194.89 70.5 99.55 -
System Red Green Blue C M Y K H S L
Decimal 155 235 93 0.34 0 0.60 0.08 93.8 0.78 0.64
Hex 9B EB 5D 22 0 3C 8 5E 4E 40
Octal 233 353 135 42 0 74 10 136 116 100
Binary 10011011 11101011 1011101 100010 0 111100 1000 1011110 1001110 1000000

Color Harmonies of #9BEB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEB5D

Black with #9BEB5D

Text Example


Text Example

White with #9BEB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,235,93); }

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

background-color css

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

 a { background-color: rgb(155,235,93); }

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

border-color css

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

 span { border-color: rgb(155,235,93); }

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