Html Css Color HEX #BDD69B Sprout

📋 copy color: '#BDD69B'

red 189 ◦ green 214 ◦ blue 155

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

Shades of Sprout #BDD69B

Tints of Sprout #BDD69B

RGB

 RED value IS 189 (74.22% from 255) = 33.87%

 GREEN value IS 214 (83.98% from 255) = 38.35%

 BLUE value IS 155 (60.94% from 255) = 27.78%

R = 33.87%
G = 38.35%
B = 27.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#BDD69B (or 0xBDD69B) is known color: Sprout. HEX triplet: BD, D6 and 9B. RGB value is (189,214,155). Sum of RGB (Red+Green+Blue) = 189+214+155=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD69B is #422964. Grayscale: #C8C8C8. Windows color (decimal): -4335973 or 10213053. OLE color: 10213053.

HSL color Cylindrical-coordinate representation of color #BDD69B: hue angle of 85.42º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDD69B is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 155 -
CMYK 0.12 0 0.28 0.16
HSL 85.42º 0.42% 0.72% -
HSV(B) 85.42º 0.28% 0.84% -
XYZ 50.95 61.28 40.15 -
YUV 199.8 102.72 120.3 -
System Red Green Blue C M Y K H S L
Decimal 189 214 155 0.12 0 0.28 0.16 85.42 0.42 0.72
Hex BD D6 9B C 0 1C 10 55 2A 48
Octal 275 326 233 14 0 34 20 125 52 110
Binary 10111101 11010110 10011011 1100 0 11100 10000 1010101 101010 1001000

Color Harmonies of #BDD69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD69B

Black with #BDD69B

Text Example


Text Example

White with #BDD69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD69B; }

 p { color: rgb(189,214,155); }

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

background-color css

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

 a { background-color: rgb(189,214,155); }

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

border-color css

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

 span { border-color: rgb(189,214,155); }

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