Html Css Color HEX #9BCE5B Conifer

📋 copy color: '#9BCE5B'

red 155 ◦ green 206 ◦ blue 91

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

Shades of Conifer #9BCE5B

Tints of Conifer #9BCE5B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.58%

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

R = 34.29%
G = 45.58%
B = 20.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#9BCE5B (or 0x9BCE5B) is known color: Conifer. HEX triplet: 9B, CE and 5B. RGB value is (155,206,91). Sum of RGB (Red+Green+Blue) = 155+206+91=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCE5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCE5B is #6431A4. Grayscale: #B2B2B2. Windows color (decimal): -6566309 or 6016667. OLE color: 6016667.

HSL color Cylindrical-coordinate representation of color #9BCE5B: hue angle of 86.61º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BCE5B is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 206 91 -
CMYK 0.25 0 0.56 0.19
HSL 86.61º 0.54% 0.58% -
HSV(B) 86.61º 0.56% 0.81% -
XYZ 37.48 51.87 17.93 -
YUV 177.64 79.1 111.85 -
System Red Green Blue C M Y K H S L
Decimal 155 206 91 0.25 0 0.56 0.19 86.61 0.54 0.58
Hex 9B CE 5B 19 0 38 13 57 36 3A
Octal 233 316 133 31 0 70 23 127 66 72
Binary 10011011 11001110 1011011 11001 0 111000 10011 1010111 110110 111010

Color Harmonies of #9BCE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCE5B

Black with #9BCE5B

Text Example


Text Example

White with #9BCE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,206,91); }

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

background-color css

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

 a { background-color: rgb(155,206,91); }

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

border-color css

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

 span { border-color: rgb(155,206,91); }

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