Html Css Color HEX #9BDB69 Feijoa

📋 copy color: '#9BDB69'

red 155 ◦ green 219 ◦ blue 105

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

Shades of Feijoa #9BDB69

Tints of Feijoa #9BDB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.92%

R = 32.36%
G = 45.72%
B = 21.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#9BDB69 (or 0x9BDB69) is known color: Feijoa. HEX triplet: 9B, DB and 69. RGB value is (155,219,105). Sum of RGB (Red+Green+Blue) = 155+219+105=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDB69 is #642496. Grayscale: #BBBBBB. Windows color (decimal): -6562967 or 6937499. OLE color: 6937499.

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

Color convert

RGB 155 219 105 -
CMYK 0.29 0 0.52 0.14
HSL 93.68º 0.61% 0.64% -
HSV(B) 93.68º 0.52% 0.86% -
XYZ 41.4 58.65 22.5 -
YUV 186.87 81.8 105.27 -
System Red Green Blue C M Y K H S L
Decimal 155 219 105 0.29 0 0.52 0.14 93.68 0.61 0.64
Hex 9B DB 69 1D 0 34 E 5E 3D 40
Octal 233 333 151 35 0 64 16 136 75 100
Binary 10011011 11011011 1101001 11101 0 110100 1110 1011110 111101 1000000

Color Harmonies of #9BDB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDB69

Black with #9BDB69

Text Example


Text Example

White with #9BDB69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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