Html Css Color HEX #9BDB6B Feijoa

📋 copy color: '#9BDB6B'

red 155 ◦ green 219 ◦ blue 107

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

Shades of Feijoa #9BDB6B

Tints of Feijoa #9BDB6B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.53%

 BLUE value IS 107 (42.19% from 255) = 22.25%

R = 32.22%
G = 45.53%
B = 22.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#9BDB6B (or 0x9BDB6B) is known color: Feijoa. HEX triplet: 9B, DB and 6B. RGB value is (155,219,107). Sum of RGB (Red+Green+Blue) = 155+219+107=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDB6B is #642494. Grayscale: #BBBBBB. Windows color (decimal): -6562965 or 7068571. OLE color: 7068571.

HSL color Cylindrical-coordinate representation of color #9BDB6B: hue angle of 94.29º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BDB6B is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 219 107 -
CMYK 0.29 0 0.51 0.14
HSL 94.29º 0.61% 0.64% -
HSV(B) 94.29º 0.51% 0.86% -
XYZ 41.5 58.69 23.05 -
YUV 187.1 82.8 105.11 -
System Red Green Blue C M Y K H S L
Decimal 155 219 107 0.29 0 0.51 0.14 94.29 0.61 0.64
Hex 9B DB 6B 1D 0 33 E 5E 3D 40
Octal 233 333 153 35 0 63 16 136 75 100
Binary 10011011 11011011 1101011 11101 0 110011 1110 1011110 111101 1000000

Color Harmonies of #9BDB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDB6B

Black with #9BDB6B

Text Example


Text Example

White with #9BDB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,219,107); }

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

background-color css

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

 a { background-color: rgb(155,219,107); }

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

border-color css

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

 span { border-color: rgb(155,219,107); }

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