Html Css Color HEX #BDC89B Sprout

📋 copy color: '#BDC89B'

red 189 ◦ green 200 ◦ blue 155

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

Shades of Sprout #BDC89B

Tints of Sprout #BDC89B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.76%

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

R = 34.74%
G = 36.76%
B = 28.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#BDC89B (or 0xBDC89B) is known color: Sprout. HEX triplet: BD, C8 and 9B. RGB value is (189,200,155). Sum of RGB (Red+Green+Blue) = 189+200+155=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC89B is #423764. Grayscale: #BFBFBF. Windows color (decimal): -4339557 or 10209469. OLE color: 10209469.

HSL color Cylindrical-coordinate representation of color #BDC89B: hue angle of 74.67º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC89B is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 155 -
CMYK 0.06 0 0.22 0.22
HSL 74.67º 0.29% 0.7% -
HSV(B) 74.67º 0.23% 0.78% -
XYZ 47.56 54.49 39.02 -
YUV 191.58 107.36 126.16 -
System Red Green Blue C M Y K H S L
Decimal 189 200 155 0.06 0 0.22 0.22 74.67 0.29 0.7
Hex BD C8 9B 6 0 16 16 4B 1D 46
Octal 275 310 233 6 0 26 26 113 35 106
Binary 10111101 11001000 10011011 110 0 10110 10110 1001011 11101 1000110

Color Harmonies of #BDC89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC89B

Black with #BDC89B

Text Example


Text Example

White with #BDC89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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